Fix appstore URL in sample config

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-11-17 14:17:04 +01:00
parent 3e1e52ed19
commit 04d0b3effb
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8

View File

@ -793,7 +793,7 @@ When enabled, admins may install apps from the Nextcloud app store.
::
'appstoreurl' => 'https://api.nextcloud.com/v1',
'appstoreurl' => 'https://apps.nextcloud.com/api/v0',
The URL of the appstore to use.