mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-27 15:35:02 +00:00
restore storage.json
This commit is contained in:
parent
85443959e0
commit
d9485477c8
@ -3,7 +3,7 @@
|
||||
"enabled": true,
|
||||
"ipfs_bin": "ipfs",
|
||||
|
||||
"available_providers": ["ipfs"],
|
||||
"available_providers": ["ipfs", "swarm"],
|
||||
|
||||
"upload": {
|
||||
"provider": "ipfs",
|
||||
@ -18,6 +18,13 @@
|
||||
]
|
||||
},
|
||||
"development": {
|
||||
"enabled": true,
|
||||
"upload": {
|
||||
"provider": "swarm",
|
||||
"host": "localhost",
|
||||
"port": 8500,
|
||||
"getUrl": "http://localhost:8500/bzzr:/"
|
||||
}
|
||||
},
|
||||
"livenet": {
|
||||
"enabled": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user