Skip to content

Commit

Permalink
Merge pull request #131 from DunkinDonat/patch-1
Browse files Browse the repository at this point in the history
Redis TLS support - Update database.php
  • Loading branch information
fredsted authored Feb 16, 2023
2 parents cfc2368 + c192677 commit f2783d1
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 f2783d1

Please sign in to comment.