Update env.j2 to support the new configuration

This commit is contained in:
Backslash 2024-09-26 09:15:07 +10:00 committed by GitHub
parent 68cc1f4b2b
commit 37fd2e701d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
# 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_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 }}
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