deps: upgrade doctrine recipe

This commit is contained in:
2022-12-29 22:55:13 +01:00
parent beab370cd6
commit da2f5f37c0
5 changed files with 20 additions and 11 deletions

10
.env
View File

@@ -26,9 +26,6 @@ WOPI_SERVER=http://collabora:9980
TRUSTED_HOSTS='^(localhost|127.0.0.1|test.localde)$'
TRUSTED_PROXIES=~
## Doctrine/doctrine-bundle
DATABASE_URL=
## Symfony/swiftmailer
## Mailer
###> symfony/mailer ###
@@ -83,3 +80,10 @@ SHORT_MESSAGE_DSN=null://null
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
MESSENGER_TRANSPORT_DSN=sync://
###< symfony/messenger ###
###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
DATABASE_URL="postgresql://postgres:postgres@db:5432/postgres?serverVersion=14&charset=utf8"
###< doctrine/doctrine-bundle ###