From cd772c18c4011bcf607828a540327d35c89abc1f Mon Sep 17 00:00:00 2001 From: Bastien Deshayes Date: Sun, 25 Aug 2019 16:41:43 +0200 Subject: [PATCH] Fix .env --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 377f765..7542eb6 100644 --- a/.env +++ b/.env @@ -24,7 +24,7 @@ APP_SECRET=c6c9613ae69be21633161a3c12c60cd2 # Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url # For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db" # Configure your db driver and server_version in config/packages/doctrine.yaml -DATABASE_URL=mysql://lelefan:lelefan@127.0.0.1:3306/kaso +DATABASE_URL=mysql://root:root@127.0.0.1:3306/kaso ###< doctrine/doctrine-bundle ### ###> hwi/oauth-bundle ###