summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorhorus2022-01-07 20:46:51 +0100
committerhorus2022-01-07 20:46:51 +0100
commit2aa6eef45e4de7b4409d9284bb201bb5eed0feb5 (patch)
tree37bebd1ca1e63abc4792d4d4cb85e9f18c0a8a1d /config
parent01d2d834daae60324338b786c263918b343400bb (diff)
downloadkategorischeraperitif-2aa6eef45e4de7b4409d9284bb201bb5eed0feb5.tar.gz
add redis as cache backend
Diffstat (limited to 'config')
-rw-r--r--config/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.php b/config/database.php
index 7451147..a104c99 100644
--- a/config/database.php
+++ b/config/database.php
@@ -127,7 +127,7 @@ return [
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
- 'database' => 0,
+ 'database' => env('REDIS_DB', 0),
],
],