2019-12-30 11:36:29 +00:00
|
|
|
# define your env variables for the test environment here
|
2020-02-03 18:01:16 +00:00
|
|
|
KERNEL_CLASS='App\Kernel'
|
2019-12-30 11:36:29 +00:00
|
|
|
APP_SECRET='$ecretf0rt3st'
|
|
|
|
SYMFONY_DEPRECATIONS_HELPER=999999
|
2023-10-09 15:52:12 +01:00
|
|
|
PANTHER_APP_ENV=panther
|
|
|
|
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
|
2020-11-10 11:23:22 +00:00
|
|
|
|
|
|
|
###> nelmio/cors-bundle ###
|
|
|
|
CORS_ALLOW_ORIGIN=^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$
|
|
|
|
###< nelmio/cors-bundle ###
|
|
|
|
|
|
|
|
###> doctrine/doctrine-bundle ###
|
|
|
|
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7
|
|
|
|
###< doctrine/doctrine-bundle ###
|