summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudia/coturn.yml
blob: bfcdd7450664e9e56f491a9f8bd8e1056ff3ed02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
coturn_version: 4.5.1.1
coturn_realm: elev8.at
coturn_hostnames:
  - stun.elev8.at
  - turn.elev8.at

coturn_max_bps: 1048576  ## 8Mbit/s
coturn_bps_capacity: 13107200  ## 100Mbit/s
coturn_threads: 4

coturn_auth_secret: "{{ vault_coturn_auth_secret }}"