From 9fd0045bc6db77756f94392886fd3b26cd2c5062 Mon Sep 17 00:00:00 2001 From: Marco Petersen Date: Thu, 13 Sep 2018 00:16:42 +0300 Subject: [PATCH] Uncomment DATABASE_URL --- application/.env.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/.env.dist b/application/.env.dist index 932879f..3effa3c 100644 --- a/application/.env.dist +++ b/application/.env.dist @@ -13,7 +13,7 @@ APP_SECRET=997425e20bc2144c301a312511101613 # 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://DEV_USER:userpass@db:3306/DEV_DATABASE +DATABASE_URL=mysql://DEV_USER:userpass@db:3306/DEV_DATABASE ###< doctrine/doctrine-bundle ### ###> symfony/swiftmailer-bundle ###