mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Aaaaannnd actually we don't debug by default
This commit is contained in:
parent
f5f46e96cb
commit
525dcadb07
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue