mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
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:
commit
f94dd4191f
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue