redis fix (config)
This commit is contained in:
parent
9f7f96a6ea
commit
c1d41af147
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports = {
|
|||
|
|
||||
*/
|
||||
local: {
|
||||
host: Env.get('REDIS_CONNECTION', '127.0.0.1'),
|
||||
host: Env.get('REDIS_HOST', '127.0.0.1'),
|
||||
port: Number(Env.get('REDIS_PORT', 6379)),
|
||||
password: Env.get('REDIS_PASSWORD', null),
|
||||
db: Number(Env.get('REDIS_DB', 0)),
|
||||
|
|
Reference in a new issue