From 62182ee44bffbb7bfc3d63b23ad9d6cce76a0c92 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 29 Jan 2023 18:59:57 +0100 Subject: [PATCH] Update yunorunner.config.py --- conf/yunorunner.config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/yunorunner.config.py b/conf/yunorunner.config.py index e6da44c..eb77e8e 100644 --- a/conf/yunorunner.config.py +++ b/conf/yunorunner.config.py @@ -1,6 +1,6 @@ BASE_URL = "https://__DOMAIN____PATH__" PORT = __PORT__ -PATH_TO_ANALYZER = "__FINALPATH__/analyze_yunohost_app.sh" +PACKAGE_CHECK_DIR = "__FINALPATH__/package_check/" MONITOR_APPS_LIST = False MONITOR_GIT = False MONITOR_ONLY_GOOD_QUALITY_APPS = False