Skip to content
Snippets Groups Projects
Commit 8dde4b5d authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added sentinel driver to redis cache connection

parent a5c9f33e
No related branches found
No related tags found
1 merge request!1549Development
...@@ -121,6 +121,7 @@ return [ ...@@ -121,6 +121,7 @@ return [
], ],
'cache' => [ 'cache' => [
'driver' => env('REDIS_CACHE_DRIVER', 'redis'),
'host' => env('REDIS_CACHE_HOST', 'localhost'), 'host' => env('REDIS_CACHE_HOST', 'localhost'),
'password' => env('REDIS_CACHE_PASSWORD', null), 'password' => env('REDIS_CACHE_PASSWORD', null),
'port' => env('REDIS_CACHE_PORT', 6379), 'port' => env('REDIS_CACHE_PORT', 6379),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment