Allow DEBUG mode in CI.

This commit is contained in:
dandds 2019-10-11 13:15:31 -04:00
parent 10c16cc4ef
commit e3111af45e

View File

@ -1,5 +1,5 @@
[default]
DEBUG = false
DEBUG = true
PGHOST = postgreshost
PGDATABASE = atat_test
REDIS_URI = redis://redishost:6379