Explorar el Código

Merge pull request #2584 from Kab1r/fix/sliding-sync-sync-url

fix(sliding-sync): Use external syncv3 server URL
pull/2588/head
Slavi Pantaleev hace 3 años
committed by GitHub
padre
commit
e726c97edc
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-sliding-sync/defaults/main.yml

+ 1
- 1
roles/custom/matrix-sliding-sync/defaults/main.yml Ver fichero

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


# Controls the SYNCV3_SERVER environment variable # 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 # Controls the SYNCV3_SECRET environment variable
matrix_sliding_sync_environment_variable_syncv3_secret: '' matrix_sliding_sync_environment_variable_syncv3_secret: ''


Cargando…
Cancelar
Guardar