Use new hostname for postgres
This commit is contained in:
parent
249cd9aa59
commit
6e240f95cf
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ APP_SECRET=8a390490e448f181dd8d3e6bd38efe6a
|
|||
#
|
||||
# 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="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 ###
|
||||
|
||||
###> symfony/mailer ###
|
||||
|
|
Reference in a new issue