From 5eeaa11c0cafa5738e829443b4e5c803b4b9e85d Mon Sep 17 00:00:00 2001 From: Krombel Date: Mon, 16 Apr 2018 15:17:58 +0200 Subject: [PATCH] fix in config.sample --- config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.php b/config.sample.php index 9e43883..d6c0842 100644 --- a/config.sample.php +++ b/config.sample.php @@ -21,7 +21,7 @@ $config = [ "operationMode" => "local", // 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 // only evaluated when operationMode = local