embark-area-51/templates/boilerplate/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"],
2017-10-21 19:28:59 +00:00
"connection": {
"host": "localhost",
"port": 8546,
"type": "ws"
}
}
}