Переглянути джерело

matrix-bot-honoroit: feedback

pull/1522/head
Aine 4 роки тому
джерело
коміт
a83b880f72
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 34969C908CCA2804
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Переглянути файл

@@ -986,7 +986,7 @@ matrix_bot_honoroit_systemd_required_services_list: |
# Postgres is the default, except if not using `matrix_postgres` (internal postgres)
matrix_bot_honoroit_database_engine: "{{ 'postgres' if matrix_postgres_enabled else 'sqlite' }}"
matrix_bot_honoroit_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'honoroit.bot.db') | to_uuid }}"
matrix_bot_honoroit_container_image_self_build: false
matrix_bot_honoroit_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm32', 'arm64'] }}"

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


Завантаження…
Відмінити
Зберегти