Private
Public Access
chg: test: all tests passed and migrated to Symfony 8 #14
This commit is contained in:
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user