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

readded sentry connection

parent fb58ad56
No related branches found
No related tags found
3 merge requests!1542Development,!1541Development,!1538Resolve "Optimize Deployment"
......@@ -17,6 +17,7 @@
"laravel/tinker": "^1.0",
"mcamara/laravel-localization": "^1.3",
"mews/captcha": "^2.2",
"monospice/laravel-redis-sentinel-drivers": "^2.6",
"predis/predis": "^1.1",
"symfony/dom-crawler": "^4.1"
},
......@@ -66,4 +67,4 @@
"@php artisan key:generate --ansi"
]
}
}
\ No newline at end of file
}
......@@ -69,7 +69,7 @@ return [
],
'redis' => [
'driver' => 'redis',
'driver' => env('REDIS_CACHE_DRIVER', 'redis'),
'connection' => 'cache',
],
......
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