embark/test_app/config/storage.json

21 lines
379 B
JSON
Raw Normal View History

{
"default": {
2018-01-10 16:15:32 +00:00
"versions": {
"ipfs-api": "17.2.6"
},
"enabled": true,
"available_providers": ["ipfs"],
"ipfs_bin": "ipfs",
"provider": "ipfs",
"host": "localhost",
"port": 5001
},
"development": {
"enabled": true,
"provider": "ipfs",
"host": "localhost",
2017-07-23 12:15:40 +00:00
"port": 5001,
"getUrl": "http://localhost:8080/ipfs/"
}
}