Skip to content

Commit

Permalink
Update database.php
Browse files Browse the repository at this point in the history
feat : support tls redis connections
  • Loading branch information
DunkinDonat authored Nov 2, 2022
1 parent 2770dbd commit c192677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
'cluster' => false,

'default' => [
'scheme' => env('SCHEME','tcp'),
'host' => env('REDIS_HOST', 'localhost'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
Expand Down

0 comments on commit c192677

Please sign in to comment.