mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-12 18:35:44 +00:00
fix(sliding-sync): use external syncv3 server url
This commit is contained in:
parent
554915bd74
commit
8202acf742
|
@ -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: ''
|
||||
|
|
Loading…
Reference in New Issue
Block a user