Skip to content

Commit

Permalink
Add missing "host" to environment example
Browse files Browse the repository at this point in the history
This way it is copy/pastable.
  • Loading branch information
FreedomBen authored May 15, 2020
1 parent debe079 commit 5936c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ needed options:
{
"driver": "mysql",
"protocol": "tcp",
"host": "localhost",
"port": 3306,
"user": "root",
"password": "",
Expand Down

0 comments on commit 5936c6d

Please sign in to comment.