dapp-bin/TokenFactory/config/communication.json

13 lines
212 B
JSON
Raw Permalink Normal View History

2018-05-11 20:49:08 +00:00
{
"default": {
"enabled": true,
"provider": "whisper",
"available_providers": ["whisper", "orbit"],
"connection": {
"host": "localhost",
"port": 8546,
"type": "ws"
}
}
}