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:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-06-23 23:11:55 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2020-06-23 23:16:27 +0300
commit7953a2fa20790df107c7579db3f70721dd1fada7 (patch)
treeb9b7f41eddce1e2e4e8269b2e1d79449122e25cb /config
parenta29359a7267572d1b8ef2bcf34464b02a6aba9da (diff)
Add appstoreurl to config.sample.php.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php8
1 files changed, 8 insertions, 0 deletions
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
@@ -914,6 +914,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
* should be installed from the Apps store. The ``path`` defines the absolute