mirror of https://github.com/embarklabs/embark.git
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…
Reference in New Issue