1
0
Fork 0
get-installer-bootstrap/.env.test

7 lines
237 B
Text
Raw Permalink Normal View History

2026-05-05 07:30:51 +00:00
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='test-secret'
SYMFONY_DEPRECATIONS_HELPER=999999
DATABASE_URL="sqlite:///%kernel.project_dir%/var/test/app.db"
APP_CACHE_DIR=var/test/bootstrap-cache