fradrive/config/test-settings.yml
2017-09-11 09:53:42 +02:00

12 lines
448 B
YAML

database:
# NOTE: By design, this setting prevents the PGDATABASE environment variable
# from affecting test runs, so that we don't accidentally affect the
# production database during testing. If you're not concerned about that and
# would like to have environment variable overrides, you could instead use
# something like:
#
# database: "_env:PGDATABASE:uniworx_LOWER_test"
database: uniworx_LOWER_test
auth-dummy-login: true