ens-usernames/config/storage.json

30 lines
753 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"default": {
"versions": {
"ipfs-api": "17.2.4"
},
"enabled": true,
"ipfs_bin": "ipfs",
"provider": "ipfs",
"available_providers": ["ipfs"],
2018-06-27 12:41:48 +00:00
"upload":{
"provider": "ipfs",
"host": "ipfs.infura.io",
"port": 5001,
2018-07-09 13:08:45 +00:00
"protocol": "https",
2018-06-27 12:41:48 +00:00
"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"}
]
2018-04-23 04:58:58 +00:00
},
"development": {
"enabled": true,
"provider": "ipfs",
"host": "localhost",
"port": 5001,
2018-07-09 13:08:45 +00:00
"getUrl": "https://localhost:8080/ipfs/"
2018-04-23 04:58:58 +00:00
}
}