update .env to use localhost as db host
This commit is contained in:
parent
0e22dad31e
commit
ce10760cf8
1 changed files with 1 additions and 1 deletions
2
.env
2
.env
|
@ -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@127.0.0.1:5432/plantex?serverVersion=13&charset=utf8"
|
||||
DATABASE_URL="postgresql://postgres:develop@localhost:5432/plantex?serverVersion=13&charset=utf8"
|
||||
###< doctrine/doctrine-bundle ###
|
||||
|
||||
###> symfony/mailer ###
|
||||
|
|
Reference in a new issue