diff --git a/etc/websocket-client.conf b/etc/websocket-client.conf index dd0e9c31c..7c49b399c 100644 --- a/etc/websocket-client.conf +++ b/etc/websocket-client.conf @@ -36,4 +36,12 @@ nodes = { "http://127.0.0.1:8088/test_session" ] } + + demo-relay = { + type = "websocket", + + destinations = [ + "http://web.villas.fein-aachen.org/ws/relay/test_session" + ] + } }