From 392e36d4e49c10f828a41a154c370fcce990f2cd 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 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, -- 2.39.5