move things around

This commit is contained in:
Matthew Hodgson
2024-11-08 10:22:00 +00:00
parent 483f71d58f
commit 196b10fb11
4 changed files with 2 additions and 2 deletions

View 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