mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-26 17:55:39 +00:00
Merge pull request #14143 from fe80/feat/redis-database
feat(config): add REDIS_DATABASE support
This commit is contained in:
@ -155,7 +155,7 @@ return [
|
||||
'host' => env('REDIS_HOST', 'localhost'),
|
||||
'password' => env('REDIS_PASSWORD', null),
|
||||
'port' => env('REDIS_PORT', 6379),
|
||||
'database' => 0,
|
||||
'database' => env('REDIS_DATABASE', 0),
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user