diff options
author | Brice Maron <brice@bmaron.net> | 2012-06-14 21:19:11 +0000 |
---|---|---|
committer | Brice Maron <brice@bmaron.net> | 2012-06-14 21:19:11 +0000 |
commit | df83df5263db57056d0bd70edfa3b28e7b5e6b6b (patch) | |
tree | 7e5b9a7800f4c08916d13603bc1536c043bfb81a /config | |
parent | 4753cc3ebde9867ab4deb1979fb4231b0c847426 (diff) | |
download | nextcloud-server-df83df5263db57056d0bd70edfa3b28e7b5e6b6b.tar.gz nextcloud-server-df83df5263db57056d0bd70edfa3b28e7b5e6b6b.zip |
Correct sample config
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 12 |
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. - */ ); -?> + |