Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-10-27 18:41:15 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-10-31 19:17:44 +0300
commit32cf661215fb3926789054a3953b465fc2665330 (patch)
tree4cf2865bef5856c59a1fdacb98208a14dfc1a128 /config
parent357a823457397d3e93ec8cd4dc01fb6859eb0049 (diff)
Use new appstore API
This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php14
1 files changed, 0 insertions, 14 deletions
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
@@ -674,20 +674,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
* should be installed from the Apps store. The ``path`` defines the absolute