ci: update symfony.yml

This commit is contained in:
Maël Gangloff
2025-10-14 17:50:06 +02:00
parent 97ea1ab33a
commit ed54a6b257
2 changed files with 16 additions and 3 deletions

View File

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