This updates the configuration handling for the Redis connection string. The motivation is so that the Redis password can be managed separately via Azure Key Vault and eventually be rotated independently of the rest of the connection URI. This also tweaks the method we use to build the DATABASE_URI and removes some stale config from the CI config file.
7 lines
128 B
INI
7 lines
128 B
INI
[default]
|
|
CRL_STORAGE_CONTAINER = tests/fixtures/crl
|
|
CSP=mock-test
|
|
DEBUG = true
|
|
PGDATABASE = atat_test
|
|
WTF_CSRF_ENABLED = false
|