mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Use correct database for testing env.
This commit is contained in:
parent
d5d0c3e73a
commit
0db5aebb66
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@ SYMFONY_DEPRECATIONS_HELPER=999999
|
|||
PANTHER_APP_ENV=panther
|
||||
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
|
||||
|
||||
DATABASE_URL=mysql://root:@127.0.0.1:3306/part-db_test
|
||||
# Doctrine automatically adds an _test suffix to database name in test env
|
||||
DATABASE_URL=mysql://root:@127.0.0.1:3306/part-db
|
Loading…
Add table
Add a link
Reference in a new issue