瀏覽代碼

fix: changed matrix server name to matrix domain in element-call config.

element-call-integration
wjbeckett 1 年之前
父節點
當前提交
1167e1ec13
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-element-call/templates/config.json.j2

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

@@ -2,7 +2,7 @@
"default_server_config": {
"m.homeserver": {
"base_url": "{{ matrix_homeserver_url }}",
"server_name": "{{ matrix_server_name }}"
"server_name": "{{ matrix_domain }}"
}
},
"livekit": {


Loading…
取消
儲存