Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed May 2, 2024
1 parent c5e5fc7 commit 48c9970
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@
'password' => env('REDIS_PASSWORD'),
'port' => env('REDIS_PORT', '6379'),
'database' => env('REDIS_DB', '0'),
'ssl' => [
'verify_peer' => env('REDIS_SSL_VERIFY_PEER', false),
'verify_peer_name' => env('REDIS_SSL_VERIFY_PEER_NAME', false),
],
],

'cache' => [
Expand All @@ -146,6 +150,10 @@
'password' => env('REDIS_PASSWORD'),
'port' => env('REDIS_PORT', '6379'),
'database' => env('REDIS_CACHE_DB', '1'),
'ssl' => [
'verify_peer' => env('REDIS_SSL_VERIFY_PEER', false),
'verify_peer_name' => env('REDIS_SSL_VERIFY_PEER_NAME', false),
],
],

],
Expand Down

0 comments on commit 48c9970

Please sign in to comment.