浏览代码

fix(sliding-sync): use external syncv3 server url

pull/2584/head
Kabir Kwatra 3 年前
父节点
当前提交
8202acf742
无法提取签名
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/custom/matrix-sliding-sync/defaults/main.yml

+ 1
- 1
roles/custom/matrix-sliding-sync/defaults/main.yml 查看文件

@@ -76,7 +76,7 @@ matrix_sliding_sync_systemd_required_services_list: ["docker.service"]
matrix_sliding_sync_systemd_wanted_services_list: []

# Controls the SYNCV3_SERVER environment variable
matrix_sliding_sync_environment_variable_syncv3_server: "{{ matrix_homeserver_container_url }}"
matrix_sliding_sync_environment_variable_syncv3_server: "{{ matrix_homeserver_url }}"

# Controls the SYNCV3_SECRET environment variable
matrix_sliding_sync_environment_variable_syncv3_secret: ''


正在加载...
取消
保存