1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00

few simple changes

This commit is contained in:
devfake
2015-06-24 07:09:16 +02:00
parent 28aefb4417
commit ddd168b2dd
9 changed files with 452 additions and 190 deletions

View File

@@ -58,6 +58,7 @@ return [
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',