Set debug to false in test config
This commit is contained in:
parent
cac3a00b63
commit
3ce4012561
@ -1,4 +1,5 @@
|
|||||||
[default]
|
[default]
|
||||||
|
DEBUG = false
|
||||||
PGHOST = postgreshost
|
PGHOST = postgreshost
|
||||||
PGDATABASE = atat_test
|
PGDATABASE = atat_test
|
||||||
REDIS_URI = redis://redishost:6379
|
REDIS_URI = redis://redishost:6379
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[default]
|
[default]
|
||||||
|
DEBUG = false
|
||||||
ENVIRONMENT = test
|
ENVIRONMENT = test
|
||||||
PGDATABASE = atat_test
|
PGDATABASE = atat_test
|
||||||
CRL_DIRECTORY = tests/fixtures/crl
|
CRL_DIRECTORY = tests/fixtures/crl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user