From 2492d329e08276ff6cf2c3729f490cab9e3d5cb6 Mon Sep 17 00:00:00 2001 From: Erik Lane Date: Tue, 4 Feb 2020 18:36:43 -0800 Subject: [PATCH] Add DB_CONNECTION: "mysql" to the tasks/firefly.yml file because this as the default setting was removed from the upstream firefly code. --- tasks/firefly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/firefly.yml b/tasks/firefly.yml index 5955d334..79adc796 100644 --- a/tasks/firefly.yml +++ b/tasks/firefly.yml @@ -42,6 +42,7 @@ env: APP_ENV: "local" APP_KEY: "S0m3R@nd0mString0f32Ch@rsEx@ct1y" + DB_CONNECTION: "mysql" DB_HOST: "db" DB_DATABASE: "firefly" DB_USERNAME: "firefly"