mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
Merge branch 'master' into release
This commit is contained in:
commit
753f6394f7
@ -139,6 +139,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'redis' => $redisConfig,
|
||||
'redis' => env('REDIS_SERVERS', false) ? $redisConfig : [],
|
||||
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user