contracts/config/communication.json

13 lines
213 B
JSON
Raw Permalink Normal View History

2018-03-12 11:31:17 -04:00
{
"default": {
2018-03-28 08:36:08 -04:00
"enabled": false,
2018-03-12 11:31:17 -04:00
"provider": "whisper",
"available_providers": ["whisper", "orbit"],
"connection": {
"host": "localhost",
"port": 8546,
"type": "ws"
}
}
}