mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
finish hooking up livekit
This commit is contained in:
10
init/livekit-jwt-entrypoint.sh
Executable file
10
init/livekit-jwt-entrypoint.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# launch lk-jwt-service with secrets from disk
|
||||
|
||||
export LK_JWT_PORT=8080
|
||||
export LIVEKIT_URL=wss://${LIVEKIT_FQDN}
|
||||
export LIVEKIT_KEY=$(</run/secrets/livekit_api_key)
|
||||
export LIVEKIT_SECRET=$(</run/secrets/livekit_secret_key)
|
||||
|
||||
exec /lk-jwt-service
|
||||
Reference in New Issue
Block a user