Merge pull request #233 from erikjlane/master

Add DB_CONNECTION: "mysql" to the tasks/firefly.yml file because this as
This commit is contained in:
David Stephens 2020-02-07 22:52:47 +00:00 committed by GitHub
commit f94dd4191f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"