mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-31 12:11:37 +01:00
Fixed redis config not being set if not using redis
This commit is contained in:
parent
d6bad01130
commit
0a8030306e
@ -139,6 +139,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'redis' => $redisConfig,
|
||||
'redis' => env('REDIS_SERVERS', false) ? $redisConfig : [],
|
||||
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user