summaryrefslogtreecommitdiff
path: root/roles/apps/coturn/defaults/main.yml
blob: 842e7f050a97399a4e6383b9a2fc380cd399bc08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
coturn_uid: 930
coturn_gid: 930
coturn_base_path: /srv/coturn

# coturn_version: 4.5.2-r2
# coturn_realm: example.com
# coturn_hostnames:
#  - stun.example.com
#  - turn.example.com

coturn_max_bps: 0
coturn_bps_capacity: 0
coturn_threads: 0

# coturn_auth_secret: change-me

coturn_dhparam_size: 2048

coturn_listening_port: 3478
coturn_tls_listening_port: 5349

coturn_install_nginx_vhost: yes