Fix appservice-slack default db: nedb

This commit is contained in:
teutat3s 2021-01-06 21:59:25 +01:00
parent 8b39c769ec
commit ea380b486b
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705

View file

@ -129,7 +129,7 @@ matrix_appservice_slack_systemd_required_services_list: |
}}
# Postgres is the default, except if not using `matrix_postgres` (internal postgres)
matrix_appservice_slack_database_engine: "{{ 'postgres' if matrix_postgres_enabled else 'sqlite' }}"
matrix_appservice_slack_database_engine: "{{ 'postgres' if matrix_postgres_enabled else 'nedb' }}"
matrix_appservice_slack_database_password: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'as.slack.db') | to_uuid }}"
######################################################################