domain-watchdog/.env.test

6 lines
238 B
Plaintext
Raw Normal View History

2024-07-10 22:25:27 +02:00
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
2025-10-14 18:04:34 +02:00
DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:5432/postgres?serverVersion=16&charset=utf8"