Skip to content

Commit 6f3d68f

Browse files
committed
use generic default db config
1 parent 014a1f0 commit 6f3d68f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ LOG_CHANNEL=stack
99
DB_CONNECTION=mysql
1010
DB_HOST=127.0.0.1
1111
DB_PORT=3306
12-
DB_DATABASE=homestead
13-
DB_USERNAME=homestead
14-
DB_PASSWORD=secret
12+
DB_DATABASE=laravel
13+
DB_USERNAME=root
14+
DB_PASSWORD=
1515

1616
BROADCAST_DRIVER=log
1717
CACHE_DRIVER=file

0 commit comments

Comments
 (0)