visual-identity/config/communication.json

13 lines
212 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"default": {
"enabled": true,
"provider": "whisper",
"available_providers": ["whisper", "orbit"],
"connection": {
"host": "localhost",
"port": 8546,
"type": "ws"
}
}
}