Constructive description here

This commit is contained in:
amazing-username
2017-05-24 18:35:30 -05:00
parent 9a289c54f5
commit 577b494ecc
5956 changed files with 659851 additions and 5 deletions
+3 -3
View File
@@ -43,9 +43,9 @@ return [
'driver' => 'mysql',
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'hiwtmi'),
'username' => env('DB_USERNAME', 'maxipad'),
'password' => env('DB_PASSWORD', 'inconsiderate'),
'database' => env('DB_DATABASE', 'maxipad'),
'username' => env('DB_USERNAME', 'hm'),
'password' => env('DB_PASSWORD', 'panther'),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',