embark/test_apps/test_app/config/communication.json

13 lines
203 B
JSON
Raw Normal View History

{
"default": {
"enabled": true,
"provider": "whisper",
2018-06-01 14:15:41 +00:00
"available_providers": ["whisper"],
"connection": {
"host": "localhost",
"port": 8546,
"type": "ws"
}
}
}