Cleanup of database reset and cleanup

This commit is contained in:
Nabeel Shahzad
2017-07-13 13:45:59 -05:00
parent 81667a0184
commit 9b573709e9
9 changed files with 119 additions and 57 deletions

View File

@@ -9,7 +9,7 @@ return [
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', 'localhost'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'phpvms'),
'username' => env('DB_USERNAME', 'phpvms'),