From 06041e3323114f352d5e849d3c439672aae94118 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 25 Nov 2014 16:31:02 -0800 Subject: [PATCH] added comment that App Store is disabled for EE --- config/config.sample.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.sample.php b/config/config.sample.php index 2a9b43d569..c0e653c7c4 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,