fix in config.sample

This commit is contained in:
2018-04-16 15:17:58 +02:00
parent f74a2f74e0
commit 5eeaa11c0c

View File

@@ -21,7 +21,7 @@ $config = [
"operationMode" => "local", "operationMode" => "local",
// This setting is only required for operationMode = synapse // This setting is only required for operationMode = synapse
"registration_shared_secret" => "SOME_SECRET_KEY_FROM_HOMESERVER_CONFIG" "registration_shared_secret" => "SOME_SECRET_KEY_FROM_HOMESERVER_CONFIG",
// When you want to collect the password on registration set this to true // When you want to collect the password on registration set this to true
// only evaluated when operationMode = local // only evaluated when operationMode = local