mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 19:14:45 +02:00
add back config variable for redis client
This commit is contained in:
parent
7efa04f1ef
commit
9f40ed2f84
@ -46,6 +46,8 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'redis' => [
|
'redis' => [
|
||||||
|
'client' => env('REDIS_CLIENT', 'predis'),
|
||||||
|
|
||||||
'default' => [
|
'default' => [
|
||||||
'scheme' => env('REDIS_SCHEME', 'tcp'),
|
'scheme' => env('REDIS_SCHEME', 'tcp'),
|
||||||
'path' => env('REDIS_PATH', '/run/redis/redis.sock'),
|
'path' => env('REDIS_PATH', '/run/redis/redis.sock'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user