summaryrefslogtreecommitdiff
path: root/roles/apps/coturn/defaults/main.yml
blob: c4de3ec88198b73d99052a82349f5a3233629bac (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/storage/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