1
0
Fork 0
get-installer-bootstrap/.env.test
2026-05-05 09:30:51 +02:00

6 lines
237 B
Text

# 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