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:
parent
c1960271d5
commit
ad31f0a84a
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue