Parcourir la source

Revert "register" to "registr"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4353/head
Suguru Hirahara il y a 9 mois
committed by Slavi Pantaleev
Parent
révision
95f6347974
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      .codespellrc
  2. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
.codespellrc Voir le fichier

@@ -1,2 +1,2 @@
[codespell]
ignore-words-list = aNULL,brose,doub,Udo,re-use,re-used
ignore-words-list = aNULL,brose,doub,Udo,re-use,re-used,registr

+ 1
- 1
group_vars/matrix_servers Voir le fichier

@@ -5721,7 +5721,7 @@ matrix_registration_api_validate_certs: "{{ matrix_playbook_ssl_enabled }}"
# Postgres is the default, except if not using internal Postgres server
matrix_registration_database_engine: "{{ 'postgres' if postgres_enabled else 'sqlite' }}"
matrix_registration_database_hostname: "{{ postgres_connection_hostname if postgres_enabled else '' }}"
matrix_registration_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'mx.register.db', rounds=655555) | to_uuid }}"
matrix_registration_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'mx.registr.db', rounds=655555) | to_uuid }}"

######################################################################
#


Chargement…
Annuler
Enregistrer