Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 9cff1a4b876..60c184306d4 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1548,4 +1548,9 @@ $CONFIG = array(
*/
'gs.federation' => 'internal',
+/**
+ * show group membership on the personal page
+ */
+'settings.personal.showGroupMembership' => true
+
);