mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-03-01 18:40:34 +00:00
update storage config
This commit is contained in:
parent
bac973a281
commit
d7c8942bc6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user