Fix test database name to be postgres-compatible
This commit is contained in:
parent
bb946e1b11
commit
3554348dca
@ -5,7 +5,7 @@ database:
|
||||
# would like to have environment variable overrides, you could instead use
|
||||
# something like:
|
||||
#
|
||||
# database: "_env:PGDATABASE:uniworx_LOWER_test"
|
||||
database: uniworx_LOWER_test
|
||||
# database: "_env:PGDATABASE:uniworx_test"
|
||||
database: uniworx_test
|
||||
|
||||
auth-dummy-login: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user