chore: update .env.test to match CI job requirements

This commit is contained in:
Maël Gangloff 2025-10-14 17:54:03 +02:00
parent ed54a6b257
commit 8a25fb9d9c
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -2,4 +2,4 @@
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:5432/postgres?serverVersion=16&charset=utf8"
DATABASE_URL="postgresql://postgres:postgres@postgres:5432/postgres?serverVersion=16&charset=utf8"