summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
authorCarla Schroder <carla@owncloud.com>2014-11-25 16:31:02 -0800
committerVincent Petry <pvince81@owncloud.com>2014-11-26 17:56:51 +0100
commit392e36d4e49c10f828a41a154c370fcce990f2cd (patch)
tree8a7ec509f5d5a01a61ff15b161f7338efff207ff /config/config.sample.php
parent8b3728ed9bde3699fa6ccce62098759b5d8407ac (diff)
downloadnextcloud-server-392e36d4e49c10f828a41a154c370fcce990f2cd.tar.gz
nextcloud-server-392e36d4e49c10f828a41a154c370fcce990f2cd.zip
added comment that App Store is disabled for EE
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 11c7a44b1ec..8857141c731 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -521,6 +521,7 @@ $CONFIG = array(
/**
* When enabled, admins may install apps from the ownCloud app store.
+ * The app store is disabled by default for ownCloud Enterprise Edition
*/
'appstoreenabled' => true,