mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 08:02:30 +00:00
cbc1cdbbf0
Seems like we unintentionally removed the mounting of certificates
(the `/matrix-config` mount) as part of splitting the playbook into
roles in 51312b8250
.
It appears that those certificates weren't necessary for coturn to
funciton though, so we might just get rid of the configuration as well.
12 lines
353 B
Django/Jinja
12 lines
353 B
Django/Jinja
use-auth-secret
|
|
static-auth-secret={{ matrix_coturn_turn_static_auth_secret }}
|
|
realm=turn.{{ hostname_matrix }}
|
|
min-port={{ matrix_coturn_turn_udp_min_port }}
|
|
max-port={{ matrix_coturn_turn_udp_max_port }}
|
|
external-ip={{ matrix_coturn_turn_external_ip_address }}
|
|
log-file=stdout
|
|
pidfile=/var/tmp/turnserver.pid
|
|
userdb=/var/tmp/turnserver.db
|
|
no-cli
|
|
prod
|