mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
10 lines
156 B
Text
10 lines
156 B
Text
nodes = {
|
|
websocket_node = {
|
|
type = "websocket",
|
|
|
|
destinations = [
|
|
"http://example.com/node-name1",
|
|
"https://example.com/another-node"
|
|
]
|
|
}
|
|
}
|