Storage configs: Move “provider” keys to the correct level

This commit is contained in:
emizzle 2018-09-27 15:45:59 +10:00 committed by Pascal Precht
parent 8c0421e7bf
commit 8fd1f81949
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
3 changed files with 6 additions and 6 deletions

View File

@ -3,9 +3,9 @@ module.exports = {
default: {
enabled: true,
ipfs_bin: "ipfs",
provider: "ipfs",
available_providers: ["ipfs"],
upload: {
provider: "ipfs",
host: "localhost",
port: 5001
},
@ -29,8 +29,8 @@ module.exports = {
// assumed to be the intended environment by `embark run`
development: {
enabled: true,
provider: "ipfs",
upload: {
provider: "ipfs",
host: "localhost",
port: 5001,
getUrl: "http://localhost:8080/ipfs/"

View File

@ -3,9 +3,9 @@ module.exports = {
default: {
enabled: true,
ipfs_bin: "ipfs",
provider: "ipfs",
available_providers: ["ipfs"],
upload: {
provider: "ipfs",
host: "localhost",
port: 5001
},
@ -29,8 +29,8 @@ module.exports = {
// assumed to be the intended environment by `embark run`
development: {
enabled: true,
provider: "ipfs",
upload: {
provider: "ipfs",
host: "localhost",
port: 5001,
getUrl: "http://localhost:8080/ipfs/"

View File

@ -2,9 +2,9 @@ module.exports = {
default: {
enabled: true,
ipfs_bin: "ipfs",
provider: "ipfs",
available_providers: ["ipfs"],
upload: {
provider: "ipfs",
host: "localhost",
port: 5001
},
@ -25,8 +25,8 @@ module.exports = {
},
development: {
enabled: true,
provider: "ipfs",
upload: {
provider: "ipfs",
host: "localhost",
port: 5001,
getUrl: "http://localhost:8080/ipfs/"