From: Daniel Kesselberg Date: Tue, 23 Jun 2020 20:11:55 +0000 (+0200) Subject: Add appstoreurl to config.sample.php. X-Git-Tag: v20.0.0beta1~374^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7953a2fa20790df107c7579db3f70721dd1fada7;p=nextcloud-server.git Add appstoreurl to config.sample.php. Signed-off-by: Daniel Kesselberg --- diff --git a/config/config.sample.php b/config/config.sample.php index 5a2caaf979f..e95f2535af8 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -913,6 +913,14 @@ $CONFIG = [ */ 'appstoreenabled' => true, +/** + * Enables the installation of apps from a self hosted apps store. + * Requires that at least one of the configured apps directories is writeable. + * + * Defaults to ``https://apps.nextcloud.com/api/v1`` + */ +'appstoreurl' => 'https://apps.nextcloud.com/api/v1', + /** * 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