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