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

Add appstoreurl to config.sample.php.
This commit is contained in:
Roeland Jago Douma 2020-06-24 09:02:40 +02:00 committed by GitHub
commit 50b1568d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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