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

fix example websocket-client config

This commit is contained in:
Steffen Vogel 2020-10-20 22:40:16 +02:00
parent 5e900c38a0
commit ea92b530f4

View file

@ -24,24 +24,25 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************************/
http = {
enabled = false
}
nodes = {
ws = {
type = "websocket",
sig = {
type = "signal",
destinations = [
"http://127.0.0.1:8088/test_session"
]
signal = "sine"
}
demo-relay = {
relay = {
type = "websocket",
destinations = [
"https://villas.k8s.fein-aachen.org//ws/relay/node_1"
"https://villas.k8s.eonerc.rwth-aachen.de/ws/relay/node_1"
]
}
}
paths = (
{
in = "sig"
out = "relay"
}
)