Skip to content
Snippets Groups Projects
Unverified Commit 50b1568d authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #21548 from nextcloud/bug/21519/add-appstoreurl-to-config

Add appstoreurl to config.sample.php.
parents 54c716ec 7953a2fa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment