embark/test_apps/test_app/config/communication.json

13 lines
203 B
JSON

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