mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 02:11:42 -05:00
Fix appservice-slack default db: nedb
This commit is contained in:
parent
0a977ce113
commit
a2f6adbeaf
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
||||
######################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue