1
0
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:
Dan Brown
2016-04-12 20:09:14 +01:00

View File

@@ -139,6 +139,6 @@ return [
|
*/
'redis' => $redisConfig,
'redis' => env('REDIS_SERVERS', false) ? $redisConfig : [],
];