fix coturn url
This commit is contained in:
parent
14b70537a7
commit
b95e10ccf3
@ -4,7 +4,10 @@ cloud_storage: /opt/storage
|
||||
cloud_stage: prod
|
||||
cloud_update: false
|
||||
|
||||
coturn_domain: my_domain.tld
|
||||
ncloud_domain:
|
||||
- my.domain.tld
|
||||
|
||||
coturn_domain: "{{ ncloud_domain[0] }}"
|
||||
|
||||
coturn_pass: SomeRandomString
|
||||
coturn_port: 5349
|
||||
@ -48,7 +51,7 @@ signaling_janus_host: "{{ signaling_listen_host }}"
|
||||
signaling_janus_port: 8188
|
||||
|
||||
signaling_janus_configs:
|
||||
- 'stun_server = "{{ ncloud_domain[0] }}"'
|
||||
- 'stun_server = "{{ coturn_domain }}"'
|
||||
- 'stun_port = {{ coturn_port }}'
|
||||
- 'full_trickle = true'
|
||||
- 'turn_rest_api_key = "{{ signaling_janus_api_key }}"'
|
||||
@ -191,7 +191,7 @@ secret = {{ coturn_pass }}
|
||||
|
||||
# A comma-separated list of TURN servers to use. Leave empty to disable the
|
||||
# TURN REST API.
|
||||
servers = turn:{{ ncloud_domain[0] }}:{{ coturn_port }}?transport=udp,turn:{{ ncloud_domain[0] }}:{{ coturn_port }}?transport=tcp
|
||||
servers = turn:{{ coturn_domain }}:{{ coturn_port }}?transport=udp,turn:{{ coturn_domain }}:{{ coturn_port }}?transport=tcp
|
||||
|
||||
[geoip]
|
||||
# License key to use when downloading the MaxMind GeoIP database. You can
|
||||
|
||||
Loading…
Reference in New Issue
Block a user