From e3111af45e8aa61b565704dac2c16150823ebe84 Mon Sep 17 00:00:00 2001 From: dandds Date: Fri, 11 Oct 2019 13:15:31 -0400 Subject: [PATCH] Allow DEBUG mode in CI. --- config/ci.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ci.ini b/config/ci.ini index d03168de..79440f9c 100644 --- a/config/ci.ini +++ b/config/ci.ini @@ -1,5 +1,5 @@ [default] -DEBUG = false +DEBUG = true PGHOST = postgreshost PGDATABASE = atat_test REDIS_URI = redis://redishost:6379