mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-28 22:07:57 +01:00
renamed the livekit role and added livekit-server and jwt-service roles to the setup file.
This commit is contained in:
20
roles/custom/matrix-livekit-server/templates/livekit.yaml.j2
Normal file
20
roles/custom/matrix-livekit-server/templates/livekit.yaml.j2
Normal file
@@ -0,0 +1,20 @@
|
||||
port: 7880
|
||||
bind_addresses:
|
||||
- "0.0.0.0"
|
||||
rtc:
|
||||
tcp_port: 7881
|
||||
port_range_start: 50100
|
||||
port_range_end: 50200
|
||||
use_external_ip: false
|
||||
|
||||
turn:
|
||||
enabled: false
|
||||
domain: localhost
|
||||
cert_file: ""
|
||||
key_file: ""
|
||||
tls_port: 5349
|
||||
udp_port: 443
|
||||
external_tls: true
|
||||
|
||||
keys:
|
||||
devkey: "{{ matrix_livekit_server_livekit_dev_key }}"
|
||||
Reference in New Issue
Block a user