mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-13 15:26:10 +00:00
16 lines
245 B
JSON
16 lines
245 B
JSON
|
{
|
||
|
"default": {
|
||
|
"enabled": true,
|
||
|
"ipfs_bin": "ipfs",
|
||
|
"provider": "ipfs",
|
||
|
"host": "localhost",
|
||
|
"port": 5001
|
||
|
},
|
||
|
"development": {
|
||
|
"enabled": true,
|
||
|
"provider": "ipfs",
|
||
|
"host": "localhost",
|
||
|
"port": 5001
|
||
|
}
|
||
|
}
|