This commit is contained in:
tykayn 2019-11-29 10:38:43 +01:00
parent 2440c739e2
commit 5318a8bd99
1 changed files with 1 additions and 2 deletions

3
.env
View File

@ -25,6 +25,5 @@ APP_SECRET=597b0529ac702d27dcb9089f7e69c362
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11"
# IMPORTANT: You MUST also configure your db driver and server_version in config/packages/doctrine.yaml
DATABASE_URL=mysql://root:plopplop01@127.0.0.1:3306/tykayn
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
###< doctrine/doctrine-bundle ###