mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Add maintenance mode entry to config.sample.php
This commit is contained in:
parent
e7eea3dd2e
commit
ceafb5d7d1
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue