fix crl storage config name

This commit is contained in:
dandds
2019-03-01 15:10:56 -05:00
parent 7fbb8d05e0
commit 44d52ae601
6 changed files with 8 additions and 6 deletions

View File

@@ -3,5 +3,5 @@ DEBUG = false
PGHOST = postgreshost
PGDATABASE = atat_test
REDIS_URI = redis://redishost:6379
CRL_CONTAINER = tests/fixtures/crl
CRL_STORAGE_CONTAINER = tests/fixtures/crl
WTF_CSRF_ENABLED = false

View File

@@ -1,3 +1,3 @@
[default]
PGDATABASE = atat_selenium
CRL_CONTAINER = tests/fixtures/crl
CRL_STORAGE_CONTAINER = tests/fixtures/crl

View File

@@ -2,6 +2,6 @@
DEBUG = false
ENVIRONMENT = test
PGDATABASE = atat_test
CRL_CONTAINER = tests/fixtures/crl
CRL_STORAGE_CONTAINER = tests/fixtures/crl
WTF_CSRF_ENABLED = false
STORAGE_PROVIDER=LOCAL