update storage config

This commit is contained in:
Barry Gitarts 2018-06-27 08:41:48 -04:00
parent bac973a281
commit d7c8942bc6

View File

@ -7,8 +7,16 @@
"ipfs_bin": "ipfs",
"provider": "ipfs",
"available_providers": ["ipfs"],
"host": "localhost",
"port": 5001
"upload":{
"provider": "ipfs",
"host": "ipfs.infura.io",
"port": 5001,
"getUrl": "https://ipfs.infura.io/ipfs"
},
"dappConnection":[
{"provider": "swarm", "host": "localhost", "port": 8500, "getUrl": "http://localhost:8500/bzz:/"},
{"provider": "ipfs", "host": "ipfs.infura.io", "port": 5001, "getUrl": "https://ipfs.infura.io/ipfs"}
]
},
"development": {
"enabled": true,