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

13 lines
305 B
Python
Raw Normal View History

2024-03-15 11:59:13 +01:00
#!/usr/bin/env python3
BASE_URL = "https://__DOMAIN____PATH__"
PORT = __PORT__
2024-03-15 11:59:13 +01:00
PACKAGE_CHECK_DIR = "__INSTALL_DIR__/package_check/"
MONITOR_APPS_LIST = __AUTO__
MONITOR_GIT = __AUTO__
MONITOR_ONLY_GOOD_QUALITY_APPS = False
MONTHLY_JOBS = __AUTO__
2022-03-13 13:19:01 +01:00
WORKER_COUNT = 1
YNH_BRANCH = "stable"
DIST = "bullseye"