2
0
mirror of synced 2025-02-23 12:28:44 +00:00
dappcon-workshop-dapp/config/communication.js
2018-06-25 13:09:10 +10:00

13 lines
204 B
JavaScript

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