mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-20 09:28:37 +00:00
Merge pull request #918 from embark-framework/bug_fix/update-storage-configs
Storage configs: Move “provider” keys to the correct level
This commit is contained in:
commit
418b967836
@ -3,9 +3,9 @@ module.exports = {
|
|||||||
default: {
|
default: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
ipfs_bin: "ipfs",
|
ipfs_bin: "ipfs",
|
||||||
provider: "ipfs",
|
|
||||||
available_providers: ["ipfs"],
|
available_providers: ["ipfs"],
|
||||||
upload: {
|
upload: {
|
||||||
|
provider: "ipfs",
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
port: 5001
|
port: 5001
|
||||||
},
|
},
|
||||||
@ -29,8 +29,8 @@ module.exports = {
|
|||||||
// assumed to be the intended environment by `embark run`
|
// assumed to be the intended environment by `embark run`
|
||||||
development: {
|
development: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
provider: "ipfs",
|
|
||||||
upload: {
|
upload: {
|
||||||
|
provider: "ipfs",
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
port: 5001,
|
port: 5001,
|
||||||
getUrl: "http://localhost:8080/ipfs/"
|
getUrl: "http://localhost:8080/ipfs/"
|
||||||
|
@ -3,9 +3,9 @@ module.exports = {
|
|||||||
default: {
|
default: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
ipfs_bin: "ipfs",
|
ipfs_bin: "ipfs",
|
||||||
provider: "ipfs",
|
|
||||||
available_providers: ["ipfs"],
|
available_providers: ["ipfs"],
|
||||||
upload: {
|
upload: {
|
||||||
|
provider: "ipfs",
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
port: 5001
|
port: 5001
|
||||||
},
|
},
|
||||||
@ -29,8 +29,8 @@ module.exports = {
|
|||||||
// assumed to be the intended environment by `embark run`
|
// assumed to be the intended environment by `embark run`
|
||||||
development: {
|
development: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
provider: "ipfs",
|
|
||||||
upload: {
|
upload: {
|
||||||
|
provider: "ipfs",
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
port: 5001,
|
port: 5001,
|
||||||
getUrl: "http://localhost:8080/ipfs/"
|
getUrl: "http://localhost:8080/ipfs/"
|
||||||
|
@ -2,9 +2,9 @@ module.exports = {
|
|||||||
default: {
|
default: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
ipfs_bin: "ipfs",
|
ipfs_bin: "ipfs",
|
||||||
provider: "ipfs",
|
|
||||||
available_providers: ["ipfs"],
|
available_providers: ["ipfs"],
|
||||||
upload: {
|
upload: {
|
||||||
|
provider: "ipfs",
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
port: 5001
|
port: 5001
|
||||||
},
|
},
|
||||||
@ -25,8 +25,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
development: {
|
development: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
provider: "ipfs",
|
|
||||||
upload: {
|
upload: {
|
||||||
|
provider: "ipfs",
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
port: 5001,
|
port: 5001,
|
||||||
getUrl: "http://localhost:8080/ipfs/"
|
getUrl: "http://localhost:8080/ipfs/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user