Skip to content
Snippets Groups Projects
Commit d48550ef authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

added ELSA config

parent ec225283
No related branches found
No related tags found
No related merge requests found
Pipeline #60713 failed
......@@ -114,7 +114,26 @@ nodes = {
hooks = (
{ type = "stats" }
)
}
},
ws_rtds = {
type = "websocket"
},
rtds = {
type = "socket"
layer = "udp"
format = "gtnet"
local = "*:12020":
},
ws_elsa = {
type = "websocket"
},
elsa = {
type = "socket"
layer = "udp"
format = "gtnet"
local = "*:12021"
}
};
############ List of paths ############
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment