Initial recipe: lasuite-meet 0.1.0+1.8.0
This commit is contained in:
13
livekit-server.yaml.tmpl
Normal file
13
livekit-server.yaml.tmpl
Normal file
@ -0,0 +1,13 @@
|
||||
port: 7880
|
||||
redis:
|
||||
address: {{ env "STACK_NAME" }}_redis:6379
|
||||
keys:
|
||||
{{ env "LIVEKIT_API_KEY" }}: {{ secret "livekit_as" }}
|
||||
rtc:
|
||||
udp_port: 7882
|
||||
tcp_port: 7881
|
||||
use_external_ip: true
|
||||
webhook:
|
||||
api_key: {{ env "LIVEKIT_API_KEY" }}
|
||||
urls:
|
||||
- http://{{ env "STACK_NAME" }}_backend:8000/api/v1.0/rooms/webhooks-livekit/
|
||||
Reference in New Issue
Block a user