Files
points-of-interest/server/.env.test
T
2025-10-10 08:48:27 +02:00

5 lines
176 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]+)?$'