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

# coturn_version: 4.5.1.1
# 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