]> BookStack Code Mirror - bookstack/blobdiff - app/Config/database.php
Added tests and translations for dark-mode components
[bookstack] / app / Config / database.php
index a98b46a2c7c54105cd3fff34f538f6d23a8145dc..ed654ffb9172b4789a62c922d971adb8f550976d 100644 (file)
@@ -11,7 +11,6 @@
 // REDIS
 // Split out configuration into an array
 if (env('REDIS_SERVERS', false)) {
-
     $redisDefaults = ['host' => '127.0.0.1', 'port' => '6379', 'database' => '0', 'password' => null];
     $redisServers = explode(',', trim(env('REDIS_SERVERS', '127.0.0.1:6379:0'), ','));
     $redisConfig = ['client' => 'predis'];