summaryrefslogtreecommitdiff
path: root/configs/janus/janus.transport.websockets.jcfg
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-05-24 05:03:45 +0300
committerDevaev Maxim <[email protected]>2021-05-24 05:08:53 +0300
commit19a68887e4083755af9f3edcb59c69e89b34b6f7 (patch)
treeeee102f2cf1312121d8af606e0bdeabb507fb236 /configs/janus/janus.transport.websockets.jcfg
parent9cead6203295e55c25b9a011a6da93509d05e79f (diff)
janus runner draft
Diffstat (limited to 'configs/janus/janus.transport.websockets.jcfg')
-rw-r--r--configs/janus/janus.transport.websockets.jcfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/janus/janus.transport.websockets.jcfg b/configs/janus/janus.transport.websockets.jcfg
new file mode 100644
index 00000000..2cb85b71
--- /dev/null
+++ b/configs/janus/janus.transport.websockets.jcfg
@@ -0,0 +1,4 @@
+general: {
+ ws = true
+ ws_unix = "/run/kvmd/janus-ws.sock"
+}