Merge branch 'develop' into feature/vuejs
This commit is contained in:
commit
48cb01f438
52 changed files with 666 additions and 529 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue