hopefully complete operationMode=synapse

This commit is contained in:
2018-04-16 15:06:44 +02:00
parent 6d19d869c8
commit 53ccd1c2b3
3 changed files with 24 additions and 3 deletions

View File

@@ -19,6 +19,10 @@ $config = [
// - local (recommended; using a table in the database to store credentials;
// synapse has to be configured to use that)
"operationMode" => "local",
// This setting is only required for operationMode = synapse
"registration_shared_secret" => "SOME_SECRET_KEY_FROM_HOMESERVER_CONFIG"
// When you want to collect the password on registration set this to true
// only evaluated when operationMode = local
"getPasswordOnRegistration" => false,