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

Abhängigkeiten geupdatet

Die Logs werden in die lokale Redis Datenbank geschrieben, falls keine eigene definiert wurde
parent 0b4c725b
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
This diff is collapsed.
......@@ -116,7 +116,7 @@ return [
],
'redisLogs' => [
'host' => env('REDIS_LOGS_HOST', 'localhost'),
'password' => env('REDIS_LOGS_PASSWORD', null),
'password' => env('REDIS_LOGS_PASSWORD', env('REDIS_PASSWORD', null)),
'port' => env('REDIS_MAIN_PORT', 6379),
'database' => 1,
],
......
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