Skip to content

Commit

Permalink
fix(Database): connection name
Browse files Browse the repository at this point in the history
  • Loading branch information
quetzyg committed Oct 26, 2019
1 parent 43d4201 commit 9b4a0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ JWT_SECRET=

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_CONNECTION=mariadb
DB_HOST=vost_mariadb
DB_PORT=3306
DB_DATABASE=vost_api
Expand Down
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
|
*/

'default' => env('DB_CONNECTION', 'mysql'),
'default' => env('DB_CONNECTION', 'mariadb'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 9b4a0b8

Please sign in to comment.