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