mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-25 10:10:25 +00:00
Feat: Added element call setup and configuration.
This commit is contained in:
9
roles/custom/matrix-element-call/templates/env.j2
Normal file
9
roles/custom/matrix-element-call/templates/env.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
# Environment variables for Element Call
|
||||
ELEMENT_CALL_SERVER_URL=https://{{ matrix_element_call_domain }}
|
||||
LIVEKIT_SERVICE_URL={{ matrix_element_call_livekit_service_url }}
|
||||
JWT_SERVICE_URL={{ matrix_element_call_jwt_service_url }}
|
||||
|
||||
# Optional additional environment variables provided by the user
|
||||
{% for key, value in matrix_element_call_environment_variables_additional.items() %}
|
||||
{{ key }}={{ value }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user