Website/.env.test

8 lines
244 B
Text
Raw Permalink Normal View History

2024-07-12 22:56:04 +00:00
# define your env variables for the test env here
2024-07-30 03:36:45 +00:00
KERNEL_CLASS='App\Framework\Kernel'
2024-02-04 04:39:13 +00:00
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"