Add support for authentication via Unix socket (#1206)

Co-authored-by: @tenten8401
This commit is contained in:
Isaac A 2018-07-01 16:47:00 -04:00 committed by Dane Everitt
parent 1df3efdfb0
commit b6d18b0a36
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ return [
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', '127.0.0.1'),
'unix_socket' => env('DB_SOCKET'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'panel'),
'username' => env('DB_USERNAME', 'pterodactyl'),