Kaynağa Gözat

Merge pull request #3760 from luixxiul/fix

Edit the note about "matrix_homeserver_implementation" variable
pull/3763/head
Slavi Pantaleev 1 yıl önce
committed by GitHub
ebeveyn
işleme
260421beb1
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
2 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +4
    -0
      examples/vars.yml
  2. +1
    -1
      roles/custom/matrix-base/defaults/main.yml

+ 4
- 0
examples/vars.yml Dosyayı Görüntüle

@@ -13,6 +13,10 @@ matrix_domain: example.com
# See: # See:
# - `roles/custom/matrix-base/defaults/main.yml` for valid options # - `roles/custom/matrix-base/defaults/main.yml` for valid options
# - the `docs/configuring-playbook-IMPLEMENTATION_NAME.md` documentation page, if one is available for your implementation choice # - the `docs/configuring-playbook-IMPLEMENTATION_NAME.md` documentation page, if one is available for your implementation choice
#
# By default, we use Synapse, because it's the only full-featured Matrix server at the moment.
#
# Note that the homeserver implementation of a server will not be able to be changed without data loss.
matrix_homeserver_implementation: synapse matrix_homeserver_implementation: synapse


# A secret used as a base, for generating various other secrets. # A secret used as a base, for generating various other secrets.


+ 1
- 1
roles/custom/matrix-base/defaults/main.yml Dosyayı Görüntüle

@@ -54,7 +54,7 @@ matrix_homeserver_enabled: true
# By default, we use Synapse, because it's the only full-featured Matrix server at the moment. # By default, we use Synapse, because it's the only full-featured Matrix server at the moment.
# #
# This value automatically influences other variables (`matrix_synapse_enabled`, `matrix_dendrite_enabled`, etc.). # This value automatically influences other variables (`matrix_synapse_enabled`, `matrix_dendrite_enabled`, etc.).
# The homeserver implementation of an existing server cannot be changed without data loss.
# Note that the homeserver implementation of a server will not be able to be changed without data loss.
matrix_homeserver_implementation: synapse matrix_homeserver_implementation: synapse


# This contains a secret, which is used for generating various other secrets later on. # This contains a secret, which is used for generating various other secrets later on.


Yükleniyor…
İptal
Kaydet