mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Merge branch 'master' into release
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