forked from GNUsocial/gnu-social
[DOCTRINE][CONFIGURATION] Add new required Doctrine DBAL parameter, for testing environments
This commit is contained in:
parent
b8c73d2d2a
commit
636f8d1be9
4
config/packages/test/doctrine.yaml
Normal file
4
config/packages/test/doctrine.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
doctrine:
|
||||
dbal:
|
||||
override_url: true
|
||||
dbname: test
|
Loading…
Reference in New Issue
Block a user