diff options
author | Carla Schroder <carla@owncloud.com> | 2014-11-25 16:31:02 -0800 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-11-26 17:56:51 +0100 |
commit | 392e36d4e49c10f828a41a154c370fcce990f2cd (patch) | |
tree | 8a7ec509f5d5a01a61ff15b161f7338efff207ff /config/config.sample.php | |
parent | 8b3728ed9bde3699fa6ccce62098759b5d8407ac (diff) | |
download | nextcloud-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.php | 1 |
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, |