Преглед изворни кода

Fix appservice-slack default db: nedb

pull/774/head
teutat3s пре 5 година
родитељ
комит
a2f6adbeaf
No known key found for this signature in database GPG Key ID: 18DAE600A6BBE705
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Прегледај датотеку

@@ -129,7 +129,7 @@ matrix_appservice_slack_systemd_required_services_list: |
}} }}


# Postgres is the default, except if not using `matrix_postgres` (internal postgres) # 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 }}" matrix_appservice_slack_database_password: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'as.slack.db') | to_uuid }}"


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


Loading…
Откажи
Сачувај