ens-usernames/config/storage.json

26 lines
511 B
JSON
Raw Normal View History

2018-04-23 01:58:58 -03:00
{
"default": {
"versions": {
"ipfs-api": "17.2.4"
},
"enabled": false,
2018-04-23 01:58:58 -03:00
"ipfs_bin": "ipfs",
"provider": "ipfs",
"available_providers": ["ipfs"],
2018-06-27 08:41:48 -04:00
"upload":{
"provider": "ipfs",
"host": "ipfs.infura.io",
"port": 5001,
2018-07-09 09:08:45 -04:00
"protocol": "https",
2018-06-27 08:41:48 -04:00
"getUrl": "https://ipfs.infura.io/ipfs"
}
2018-04-23 01:58:58 -03:00
},
"development": {
"enabled": true,
"provider": "ipfs",
"host": "localhost",
"port": 5001,
2018-07-09 09:08:45 -04:00
"getUrl": "https://localhost:8080/ipfs/"
2018-04-23 01:58:58 -03:00
}
}