diff options
author | Carla Schroder <carla@owncloud.com> | 2014-11-25 16:31:02 -0800 |
---|---|---|
committer | Carla Schroder <carla@owncloud.com> | 2014-11-25 16:31:02 -0800 |
commit | 06041e3323114f352d5e849d3c439672aae94118 (patch) | |
tree | ebd48c62d1cf1aca9d18ab0c824ed297c56ae1a4 /config | |
parent | e9696a8c9a200a7078a07826141dc81b0a9dd919 (diff) | |
download | nextcloud-server-06041e3323114f352d5e849d3c439672aae94118.tar.gz nextcloud-server-06041e3323114f352d5e849d3c439672aae94118.zip |
added comment that App Store is disabled for EE
Diffstat (limited to 'config')
-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 2a9b43d5690..c0e653c7c46 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -533,6 +533,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, |