contracts/config/communication.json
2018-03-28 08:36:08 -04:00

13 lines
213 B
JSON

{
"default": {
"enabled": false,
"provider": "whisper",
"available_providers": ["whisper", "orbit"],
"connection": {
"host": "localhost",
"port": 8546,
"type": "ws"
}
}
}