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

added password to parameters

parent c5939926
No related branches found
No related tags found
2 merge requests!1904Development,!1903Resolve "Switch to redis cluster"
......@@ -114,6 +114,9 @@ return [
'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),
'parameters' => [
'password' => env('REDIS_CACHE_PASSWORD', null),
],
],
'default' => [
......
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