use generic default db config

This commit is contained in:
Taylor Otwell 2019-06-04 08:10:26 -05:00
parent 014a1f0f5e
commit 6f3d68f67f
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file