Website/app/.env.test

8 lines
234 B
Text
Raw Normal View History

2024-07-12 22:56:04 +00:00
# define your env variables for the test env here
2024-02-04 04:39:13 +00:00
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
2024-07-12 22:56:04 +00:00
TEST_TOKEN="_test"