瀏覽代碼

Update env.j2

element-call-integration
Backslash 1 年之前
committed by GitHub
父節點
當前提交
8b172cc194
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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,7 +1,8 @@
# Environment variables for Element Call
ELEMENT_CALL_SERVER_URL=https://{{ matrix_element_call_domain }}
LIVEKIT_KEY=devkey
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 }}

# Optional additional environment variables provided by the user


Loading…
取消
儲存