From 3c7c7d12839de7b48a04b827a12b85b29960b937 Mon Sep 17 00:00:00 2001 From: Isern Palaus Date: Mon, 7 Dec 2020 17:58:43 +0900 Subject: [PATCH] The username env variable default is DB_USERNAME --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e38854d..d9b1332 100644 --- a/README.md +++ b/README.md @@ -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: