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
2024-03-15 11:59:13 +01:00

12 lines
305 B
Python

#!/usr/bin/env python3
BASE_URL = "https://__DOMAIN____PATH__"
PORT = __PORT__
PACKAGE_CHECK_DIR = "__INSTALL_DIR__/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"