topic-democracy/config/communication.js

23 lines
289 B
JavaScript

module.exports = {
default: {
enabled: true,
provider: "whisper",
available_providers: ["whisper"],
},
development: {
connection: {
host: "localhost",
port: 8546,
type: "ws"
}
},
testnet: {
},
livenet: {
},
rinkeby: {
}
};