diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-11-25 16:01:42 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-11-25 16:01:42 +0100 |
commit | a609a5364779acb8ac27b337ad453dc9c8a39811 (patch) | |
tree | 644a42939cb9eb77142cc63b1fac53b61cd71f7a /config | |
parent | 1bcb04f94eefda2145ad9f0eed978010bfa85769 (diff) | |
download | nextcloud-server-a609a5364779acb8ac27b337ad453dc9c8a39811.tar.gz nextcloud-server-a609a5364779acb8ac27b337ad453dc9c8a39811.zip |
add documentation for single user config option to config.sample.php
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
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, ); |