Files
points-of-interest/server/.env.test
T
2025-10-12 13:56:29 +02:00

6 lines
234 B
Bash

# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
CORS_ALLOW_ORIGIN='^https?://(?:localhost|127\\.0\\.0\\.1)(?::[0-9]+)?$'
DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"