Part-DB.Part-DB-server/.env.test

9 lines
340 B
Text
Raw Normal View History

2019-02-23 16:49:38 +01:00
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
2019-02-23 16:49:38 +01:00
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
2021-10-02 20:53:03 +02:00
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
2019-10-20 14:35:19 +02:00
2021-10-02 21:10:31 +02:00
# Doctrine automatically adds an _test suffix to database name in test env
DATABASE_URL=mysql://root:@127.0.0.1:3306/part-db