Add support for disabling Synapse's local database for user auth

This is a new feature of Synapse v1.1.0.

Discussed in #145 (Github Pull Request).
This commit is contained in:
Slavi Pantaleev
2019-07-04 17:11:51 +03:00
parent 2b3865ceea
commit da6edc9cba
5 changed files with 35 additions and 3 deletions

View File

@ -1099,7 +1099,7 @@ password_config:
# database. This is ignored if `enabled` is false, and is only useful
# if you have other password_providers.
#
#localdb_enabled: false
localdb_enabled: {{ matrix_synapse_password_config_localdb_enabled|to_json }}
# Uncomment and change to a secret random string for extra security.
# DO NOT CHANGE THIS AFTER INITIAL SETUP!