Matrix Docker Ansible eploy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- use-auth-secret
- static-auth-secret={{ matrix_coturn_turn_static_auth_secret }}
- realm=turn.{{ matrix_server_fqn_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
- no-tls
- no-dtls
- prod
|