Parcourir la source

Update Synapse (0.99.1.1 -> 0.99.2)

pull/105/head
Slavi Pantaleev il y a 7 ans
Parent
révision
041a1947b3
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +2
    -0
      docs/configuring-playbook-telemetry.md
  2. +1
    -1
      roles/matrix-synapse/defaults/main.yml

+ 2
- 0
docs/configuring-playbook-telemetry.md Voir le fichier

@@ -42,3 +42,5 @@ If statistics reporting is enabled, the information that gets submitted to the m
- cache setting information

- CPU and memory statistics for the homeserver program

- database engine type and version

+ 1
- 1
roles/matrix-synapse/defaults/main.yml Voir le fichier

@@ -1,4 +1,4 @@
matrix_synapse_docker_image: "matrixdotorg/synapse:v0.99.1.1-py3"
matrix_synapse_docker_image: "matrixdotorg/synapse:v0.99.2-py3"

matrix_synapse_base_path: "{{ matrix_base_data_path }}/synapse"
matrix_synapse_config_dir_path: "{{ matrix_synapse_base_path }}/config"


Chargement…
Annuler
Enregistrer