mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Display releases postdate information based on users location
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ return [
|
||||
*/
|
||||
|
||||
'redis' => [
|
||||
'client' => 'phpredis',
|
||||
'client' => env('REDIS_CLIENT', 'phpredis'),
|
||||
'options' => [
|
||||
'cluster' => env('REDIS_CLUSTER', 'redis'),
|
||||
'prefix' => Str::slug(env('APP_NAME', 'laravel'), '_').'_database_',
|
||||
|
||||
Reference in New Issue
Block a user