1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-06-24 22:26:59 +02:00

Update env.j2

This commit is contained in:
Backslash
2024-09-27 12:35:38 +10:00
committed by GitHub
parent 63133d6599
commit 8b172cc194

View File

@ -1,7 +1,8 @@
# Environment variables for Element Call # Environment variables for Element Call
ELEMENT_CALL_SERVER_URL=https://{{ matrix_element_call_domain }} ELEMENT_CALL_SERVER_URL=https://{{ matrix_element_call_domain }}
LIVEKIT_KEY=devkey
LIVEKIT_SERVICE_URL={{ matrix_element_call_livekit_service_url }} LIVEKIT_SERVICE_URL={{ matrix_element_call_livekit_service_url }}
LIVEKIT_SECRET={{ matrix_element_call_livekit_dev_key }} LIVEKIT_SECRET={{ matrix_element_call_jwt_secret }}
JWT_SERVICE_URL={{ matrix_element_call_jwt_service_url }} JWT_SERVICE_URL={{ matrix_element_call_jwt_service_url }}
# Optional additional environment variables provided by the user # Optional additional environment variables provided by the user