1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunorunner_ynh.git synced 2024-09-03 20:36:13 +02:00
yunorunner_ynh/conf/yunorunner.config.py
2023-04-12 20:57:37 +02:00

10 lines
279 B
Python

BASE_URL = "https://__DOMAIN____PATH__"
PORT = __PORT__
PACKAGE_CHECK_DIR = "__FINALPATH__/package_check/"
MONITOR_APPS_LIST = __AUTO__
MONITOR_GIT = __AUTO__
MONITOR_ONLY_GOOD_QUALITY_APPS = False
MONTHLY_JOBS = __AUTO__
WORKER_COUNT = 1
YNH_BRANCH = "stable"
DIST = "bullseye"