Skip to content

Commit

Permalink
add REDIS_SCHEME
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Mar 30, 2024
1 parent d2bfc30 commit b4ad042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GaelO2/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
],

'default' => [
'scheme' => env('REDIS_SCHEME', 'tcp'),
'url' => env('REDIS_URL'),
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
Expand All @@ -141,6 +142,7 @@
],

'cache' => [
'scheme' => env('REDIS_SCHEME', 'tcp'),
'url' => env('REDIS_URL'),
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
Expand Down

0 comments on commit b4ad042

Please sign in to comment.