浏览代码

Update env.j2 to support the new configuration

element-call-integration
Backslash 1年前
committed by GitHub
父节点
当前提交
37fd2e701d
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      roles/custom/matrix-element-call/templates/env.j2

+ 2
- 1
roles/custom/matrix-element-call/templates/env.j2 查看文件

@@ -1,9 +1,10 @@
# Environment variables for Element Call
ELEMENT_CALL_SERVER_URL=https://{{ matrix_element_call_domain }}
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 }}

# Optional additional environment variables provided by the user
{% for key, value in matrix_element_call_environment_variables_additional.items() %}
{{ key }}={{ value }}
{% endfor %}
{% endfor %}

正在加载...
取消
保存