Use new hostname for postgres

This commit is contained in:
Jannis Portmann 2021-12-23 14:08:56 +01:00
parent 249cd9aa59
commit 6e240f95cf

View file

@ -24,7 +24,7 @@ APP_SECRET=8a390490e448f181dd8d3e6bd38efe6a
# #
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7" # DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7"
DATABASE_URL="postgresql://postgres:develop@localhost:5432/plantex?serverVersion=13&charset=utf8" DATABASE_URL="postgresql://postgres:develop@postgres:5432/plantex?serverVersion=13&charset=utf8"
###< doctrine/doctrine-bundle ### ###< doctrine/doctrine-bundle ###
###> symfony/mailer ### ###> symfony/mailer ###