mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +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