topic-democracy/config/storage.js
Ricardo Guilherme Schmidt 4d5e67d40d
merge bootstrap
2019-03-28 20:16:54 -03:00

38 lines
592 B
JavaScript

module.exports = {
default: {
enabled: true,
ipfs_bin: "ipfs",
available_providers: ["ipfs"],
upload: {
provider: "ipfs",
host: "localhost",
port: 5001
},
dappConnection: [
{
provider:"ipfs",
host: "localhost",
port: 5001,
getUrl: "http://localhost:8080/ipfs/"
}
]
},
development: {
enabled: true,
upload: {
provider: "ipfs",
host: "localhost",
port: 5001,
getUrl: "http://localhost:8080/ipfs/"
}
},
testnet: {
},
livenet: {
},
rinkeby: {
}
};