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:
authorRobin Appelman <icewind@owncloud.com>2013-11-25 19:01:42 +0400
committerRobin Appelman <icewind@owncloud.com>2013-11-25 19:01:42 +0400
commita609a5364779acb8ac27b337ad453dc9c8a39811 (patch)
tree644a42939cb9eb77142cc63b1fac53b61cd71f7a /config
parent1bcb04f94eefda2145ad9f0eed978010bfa85769 (diff)
add documentation for single user config option to config.sample.php
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 105d4759cc1..7b533a8b9ce 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -235,4 +235,7 @@ $CONFIG = array(
'openssl' => array(
//'config' => '/absolute/location/of/openssl.cnf',
),
+
+/* whether usage of the instance should be restricted to admin users only */
+'singleuser' => false,
);