diff options
| author | horus | 2022-01-07 20:46:51 +0100 |
|---|---|---|
| committer | horus | 2022-01-07 20:46:51 +0100 |
| commit | 2aa6eef45e4de7b4409d9284bb201bb5eed0feb5 (patch) | |
| tree | 37bebd1ca1e63abc4792d4d4cb85e9f18c0a8a1d /config | |
| parent | 01d2d834daae60324338b786c263918b343400bb (diff) | |
| download | kategorischeraperitif-2aa6eef45e4de7b4409d9284bb201bb5eed0feb5.tar.gz | |
add redis as cache backend
Diffstat (limited to 'config')
| -rw-r--r-- | config/database.php | 2 |
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), ], ], |
