chg: test: all tests passed and migrated to Symfony 8 #14

This commit is contained in:
2026-07-27 18:39:17 +02:00
parent 82fff0cdf0
commit dff46cdc6f
5 changed files with 4 additions and 7 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ APP_PUBLIC_HOSTNAME=localhost
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
# Docker PostgreSQL is exposed on port 15432 — use that for bare-metal dev.
# Docker PostgreSQL is exposed on port 5452 — use that for bare-metal dev.
# Replace POSTGRES_USER / POSTGRES_PASSWORD / POSTGRES_DB with the values from your .env.
DATABASE_URL=postgresql://POSTGRES_USER:POSTGRES_PASSWORD@127.0.0.1:15432/POSTGRES_DB?serverVersion=18&charset=utf8
DATABASE_URL=postgresql://POSTGRES_USER:POSTGRES_PASSWORD@127.0.0.1:5452/POSTGRES_DB?serverVersion=18&charset=utf8
###< doctrine/doctrine-bundle ###
###> trycap.dev/cap ###