Aaaaannnd actually we don't debug by default

This commit is contained in:
Alexandre Aubin 2021-03-01 21:29:46 +01:00
parent f5f46e96cb
commit 525dcadb07

2
run.py
View file

@ -1122,7 +1122,7 @@ def main(config="/var/www/yunorunner/config.py"):
default_config = {
"BASE_URL": "",
"PORT": 4242,
"DEBUG": True,
"DEBUG": False,
"PATH_TO_ANALYZER": "/please/configure/me",
"MONITOR_APPS_LIST": False,
"MONITOR_GIT": False,