fix typo in taskotron DBs and testdays configs

This commit is contained in:
Kamil Páral
2018-02-16 16:55:10 +01:00
parent 2340924394
commit ef740c2147
4 changed files with 4 additions and 4 deletions

View File

@@ -6,6 +6,6 @@ SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://{{ testdays_db_user }}:{{ testd
SHOW_DB_URI = False
PRODUCTION = True
FILE_LOGGING = False
LOGFILR = '/var/log/testdays/testdays.log'
LOGFILE = '/var/log/testdays/testdays.log'
SYSLOG_LOGGING = False
STREAM_LOGGING = True