1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

config: added node for streaming data to VILLASweb demo instance

This commit is contained in:
Steffen Vogel 2019-04-06 10:51:29 +02:00
parent c1960271d5
commit ad31f0a84a

View file

@ -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"
]
}
}