embark/demo/config/storage.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
}
}