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:
authorkondou <kondou@ts.unde.re>2013-09-01 20:17:14 +0400
committerkondou <kondou@ts.unde.re>2013-09-01 20:17:14 +0400
commit76b1b5b6a31f8241a369f45da4de99a6dd71e2eb (patch)
treeb36611245988e48707fefde1696d504f7913592f /config
parentab70b8c26e40174f637a6ecbce7bbabc12519b7e (diff)
Provide 'enable_avatars' in config.php, to disable avatars
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 5f748438bc7..a9ce48a4e9d 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -214,4 +214,7 @@ $CONFIG = array(
'preview_libreoffice_path' => '/usr/bin/libreoffice',
/* cl parameters for libreoffice / openoffice */
'preview_office_cl_parameters' => '',
+
+/* whether avatars should be enabled */
+'enable_avatars' => true,
);