From 32cf661215fb3926789054a3953b465fc2665330 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 27 Oct 2016 17:41:15 +0200 Subject: Use new appstore API This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke --- config/config.sample.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index 7f4b3345642..fc52edbc778 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -673,20 +673,6 @@ $CONFIG = array( */ 'appstoreenabled' => true, -/** - * The URL of the appstore to use. - */ -'appstoreurl' => 'https://api.owncloud.com/v1', - -/** - * Whether to show experimental apps in the appstore interface - * - * Experimental apps are not checked for security issues and are new or known - * to be unstable and under heavy development. Installing these can cause data - * loss or security breaches. - */ -'appstore.experimental.enabled' => false, - /** * Use the ``apps_paths`` parameter to set the location of the Apps directory, * which should be scanned for available apps, and where user-specific apps -- cgit v1.2.3