Stoat deployment
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
port: ${livekit.http_port}
|
||||
log_level: debug
|
||||
rtc:
|
||||
tcp_port: ${livekit.tcp_port}
|
||||
port_range_start: 50000
|
||||
port_range_end: 60000
|
||||
use_external_ip: false
|
||||
redis:
|
||||
address: ${redis.host}:${redis.port}
|
||||
username: ""
|
||||
password: ""
|
||||
webhook:
|
||||
api_key: ${livekit.api_key}
|
||||
urls:
|
||||
- "${voice_ingress_url}"
|
||||
keys:
|
||||
${livekit.api_key}: ${livekit.api_secret}
|
||||
Reference in New Issue
Block a user