mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
manifestv2: switch to API v3 for catalog which includes v2 manifests
This commit is contained in:
parent
dc1f5725d0
commit
0022abe896
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ logger = getActionLogger("yunohost.app_catalog")
|
||||||
|
|
||||||
APPS_CATALOG_CACHE = "/var/cache/yunohost/repo"
|
APPS_CATALOG_CACHE = "/var/cache/yunohost/repo"
|
||||||
APPS_CATALOG_CONF = "/etc/yunohost/apps_catalog.yml"
|
APPS_CATALOG_CONF = "/etc/yunohost/apps_catalog.yml"
|
||||||
APPS_CATALOG_API_VERSION = 2
|
APPS_CATALOG_API_VERSION = 3
|
||||||
APPS_CATALOG_DEFAULT_URL = "https://app.yunohost.org/default"
|
APPS_CATALOG_DEFAULT_URL = "https://app.yunohost.org/default"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue