소스 검색

Fix appservice-slack default db: nedb

pull/774/head
teutat3s 5 년 전
부모
커밋
a2f6adbeaf
No known key found for this signature in database GPG 키 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)
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 }}"

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


불러오는 중...
취소
저장