summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudio/coturn.yml
blob: 8a9eccd7a09b5d1ed7cacdd066aeed02b19f2688 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
coturn_base_path: /srv/storage/coturn

coturn_version: 4.5.2-r8
coturn_realm: elevate.at
coturn_hostnames:
  - stun.elevate.at
  - turn.elevate.at

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

coturn_auth_secret: "{{ vault_coturn_auth_secret }}"