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
diff options
context:
space:
mode:
authorBrice Maron <brice@bmaron.net>2012-06-15 01:19:11 +0400
committerBrice Maron <brice@bmaron.net>2012-06-15 01:19:11 +0400
commitdf83df5263db57056d0bd70edfa3b28e7b5e6b6b (patch)
tree7e5b9a7800f4c08916d13603bc1536c043bfb81a /config/config.sample.php
parent4753cc3ebde9867ab4deb1979fb4231b0c847426 (diff)
Correct sample config
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 5af5a6efc02..c7c811345be 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -86,11 +86,11 @@ $CONFIG = array(
/* Loglevel to start logging at. 0=DEBUG, 1=INFO, 2=WARN, 3=ERROR (default is WARN) */
"loglevel" => "",
-/* Set this to false to disable the check for writable apps dir.
- * If the apps dir is not writable, you can't download&install extra apps
- * in the admin apps menu.
+/* The directory where the user data is stored, default to data in the owncloud
+ * directory. The sqlite database is also stored here, when sqlite is used.
*/
// "datadirectory" => "",
+
"apps_paths" => array(
/* Set an array of path for your apps directories
@@ -103,9 +103,5 @@ $CONFIG = array(
'writable' => true,
),
),
-
-/* The directory where the user data is stored, default to data in the owncloud
- * directory. The sqlite database is also stored here, when sqlite is used.
- */
);
-?>
+