Browse Source

use generic default db config

Taylor Otwell 4 years ago
parent
commit
6f3d68f67f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .env.example

+ 3 - 3
.env.example

@@ -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