mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-17 11:19:36 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
753f6394f7 | ||
|
|
0a8030306e |
@@ -139,6 +139,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'redis' => $redisConfig,
|
||||
'redis' => env('REDIS_SERVERS', false) ? $redisConfig : [],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user