dapp-bin/TokenFactory/config/storage.json

25 lines
515 B
JSON
Raw Permalink Normal View History

2018-05-11 20:49:08 +00:00
{
"default": {
"enabled": true,
"ipfs_bin": "ipfs",
"provider": "ipfs",
"available_providers": ["ipfs"],
"upload": {
"host": "localhost",
"port": 5001
},
"dappConnection": [
{"provider": "ipfs", "host": "localhost", "port": 5001, "getUrl": "http://localhost:8080/ipfs/"}
]
2018-05-11 20:49:08 +00:00
},
"development": {
"enabled": true,
"provider": "ipfs",
"upload": {
"host": "localhost",
"port": 5001,
"getUrl": "http://localhost:8080/ipfs/"
}
2018-05-11 20:49:08 +00:00
}
}