11 lines
No EOL
274 B
YAML
11 lines
No EOL
274 B
YAML
---
|
|
# defaults file for coturn
|
|
docker_user: deploy
|
|
|
|
#coturn_virtual_host: turn.example.org
|
|
coturn_external_ip: "{{ ansible_host }}"
|
|
#coturn_static_auth_secret:
|
|
coturn_listening_port: "3478"
|
|
coturn_listening_port_tls: "5349"
|
|
coturn_min_port: "49160"
|
|
coturn_max_port: "49200" |