From 99ee82183250509b94f11a983c72e210dd950acc Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 25 Nov 2022 12:07:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Esrc/signaling/server.conf=E2=80=9C=20h?= =?UTF-8?q?inzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/signaling/server.conf | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/signaling/server.conf diff --git a/src/signaling/server.conf b/src/signaling/server.conf new file mode 100644 index 0000000..d25a9bd --- /dev/null +++ b/src/signaling/server.conf @@ -0,0 +1,46 @@ +[http] +listen = 0.0.0.0:8080 + +[app] +debug = false + +[sessions] +hashkey = +blockkey = + +[backend] +backends = backend-1 #here you can add more backends commaseparated backend-1, backend-2, backend-3 +allowall = false +timeout = 10 +connectionsperhost = 8 + +[backend-1] +url = +secret = + +#[backend-2] +#url = https://nextcloud2.example.com +#secret = openssl rand -hex 16 + +#[backend-3] +#url = https://nextcloud3.example.com +#secret = openssl rand -hex 16 + + +[nats] +url = nats://localhost:4222 + +[mcu] +type = janus +url = ws://127.0.0.1:8188 + +[turn] +apikey = + + +secret = + + +servers = turn::3478?transport=udp,turn::3478?transport=tcp + +