mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-19 06:33:24 +00:00
Rework LiveKit JWT Service role
This commit is contained in:
7
roles/custom/matrix-livekit-jwt-service/templates/env.j2
Normal file
7
roles/custom/matrix-livekit-jwt-service/templates/env.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
LK_JWT_PORT={{ matrix_livekit_jwt_service_environment_variable_lk_jwt_port | int | to_json }}
|
||||
|
||||
LIVEKIT_KEY={{ matrix_livekit_jwt_service_environment_variable_livekit_key }}
|
||||
LIVEKIT_URL={{ matrix_livekit_jwt_service_environment_variable_livekit_url }}
|
||||
LIVEKIT_SECRET={{ matrix_livekit_jwt_service_environment_variable_livekit_secret }}
|
||||
|
||||
{{ matrix_livekit_jwt_service_environment_variables_additional }}
|
Reference in New Issue
Block a user