mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Fixed redis config not being set if not using redis
This commit is contained in:
@ -139,6 +139,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'redis' => $redisConfig,
|
||||
'redis' => env('REDIS_SERVERS', false) ? $redisConfig : [],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user