浏览代码

Do not attempt to start coturn TLS listeners

We don't provide certificates, so it fails anyway,
but we'd rather suppress the warnings about it too.
pull/99/head
Slavi Pantaleev 7 年前
父节点
当前提交
08635666df
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      roles/matrix-coturn/templates/turnserver.conf.j2

+ 2
- 0
roles/matrix-coturn/templates/turnserver.conf.j2 查看文件

@@ -8,4 +8,6 @@ log-file=stdout
pidfile=/var/tmp/turnserver.pid
userdb=/var/tmp/turnserver.db
no-cli
no-tls
no-dtls
prod

正在加载...
取消
保存