diff options
Diffstat (limited to 'config.ini')
-rw-r--r-- | config.ini | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -12,9 +12,12 @@ EMAIL = navanchauhan@gmail.com PASSWORD = okrs shoc ahtk idui [LOGS] -ERRORS = logs/errors.log -INFO = data/info.log +LOG = True +SAVE_LOGS = False [FILES] UPLOAD_FOLDER = ./app/static/uploads -TEMPLATES_FOLDER = templates +LOG_FOLDER = ./app/logs/ + +[EXECUTION] +INSTANT = True
\ No newline at end of file |