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.
 
 

14 regels
377 B

  1. use-auth-secret
  2. static-auth-secret={{ matrix_coturn_turn_static_auth_secret }}
  3. realm=turn.{{ matrix_server_fqn_matrix }}
  4. min-port={{ matrix_coturn_turn_udp_min_port }}
  5. max-port={{ matrix_coturn_turn_udp_max_port }}
  6. external-ip={{ matrix_coturn_turn_external_ip_address }}
  7. log-file=stdout
  8. pidfile=/var/tmp/turnserver.pid
  9. userdb=/var/tmp/turnserver.db
  10. no-cli
  11. no-tls
  12. no-dtls
  13. prod