Skip to content

Commit

Permalink
Merge pull request #280 from ipalaus/patch-1
Browse files Browse the repository at this point in the history
The MySQL user env variable default is DB_USERNAME
  • Loading branch information
crynobone committed Dec 7, 2020
2 parents dc73c04 + 3c7c7d1 commit 419e74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -304,7 +304,7 @@ In order for the `testbench` command to understand any required service provider
```yaml
env:
- DB_CONNECTION="mysql"
- DB_USER="homestead"
- DB_USERNAME="homestead"
- DB_PASSWORD="secret"

providers:
Expand Down

0 comments on commit 419e74c

Please sign in to comment.