Remove mention of sqlite3 support for Etherpad

The official Etherpad Docker image has no support for sqlite3 databases.
This commit is contained in:
Béla Becker
2021-02-18 17:39:36 +01:00
parent ef45b60e32
commit 005f4d57f9
4 changed files with 7 additions and 25 deletions

View File

@ -774,8 +774,6 @@ matrix_etherpad_systemd_required_services_list: |
(['matrix-postgres.service'] if matrix_postgres_enabled else [])
}}
# Postgres is the default, except if not using `matrix_postgres` (internal postgres)
matrix_etherpad_database_engine: "{{ 'postgres' if matrix_postgres_enabled else 'sqlite' }}"
matrix_etherpad_database_password: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'etherpad.db') | to_uuid }}"
######################################################################