diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-04 10:31:59 -0500 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-04 10:31:59 -0500 |
commit | ceafb5d7d1bd77b2e0b5ac7bb71178d3ba0be1c1 (patch) | |
tree | 93d633cfa04064a35ec156dc510e5f21f38e5903 /config | |
parent | e7eea3dd2e3eb0f5bd77901167656275d835cfb3 (diff) | |
download | nextcloud-server-ceafb5d7d1bd77b2e0b5ac7bb71178d3ba0be1c1.tar.gz nextcloud-server-ceafb5d7d1bd77b2e0b5ac7bb71178d3ba0be1c1.zip |
Add maintenance mode entry 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 2eec7847f9c..b1655d02830 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -115,6 +115,9 @@ $CONFIG = array( */ // "datadirectory" => "", +/* Enable maintenance mode to disable ownCloud */ +"maintenance" => false, + "apps_paths" => array( /* Set an array of path for your apps directories |