summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
authorBrice Maron <brice@bmaron.net>2012-06-21 22:00:48 +0000
committerBrice Maron <brice@bmaron.net>2012-06-21 22:00:48 +0000
commitfcaf04cad96aa8fe2937ec9def60e77c7f4bb795 (patch)
tree7f7e75a793ef258dacb056e0ad04988cd6b187b1 /config/config.sample.php
parent82f39d329214b2f6ac73b864b968bc1e9febebdf (diff)
downloadnextcloud-server-fcaf04cad96aa8fe2937ec9def60e77c7f4bb795.tar.gz
nextcloud-server-fcaf04cad96aa8fe2937ec9def60e77c7f4bb795.zip
Add little more doc about app folders
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index c7c811345be..c4cb719796b 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -96,6 +96,7 @@ $CONFIG = array(
/* Set an array of path for your apps directories
key 'path' is for the fs path an the key 'url' is for the http path to your
applications paths. 'writable' indicate if the user can install apps in this folder.
+ You must have at least 1 app folder writable or you must set the parameter : appstoreenabled to false
*/
array(
'path'=> '/var/www/owncloud/apps',