blob: 7c154f75bd9a10d5c34ed289425528108e109508 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
coturn_base_path: /srv/storage/coturn
coturn_version: 4.6.2-r5
coturn_realm: skillz.biz
coturn_hostnames:
- stun.skillz.biz
- turn.skillz.biz
coturn_tls:
certificate_provider: "{{ acme_client }}"
coturn_max_bps: 1048576 ## 8Mbit/s
coturn_bps_capacity: 13107200 ## 100Mbit/s
coturn_threads: 4
coturn_auth_secret: "{{ vault_coturn_auth_secret }}"
|