redis fix (config)

This commit is contained in:
Sagi Dayan 2020-05-17 20:50:26 -04:00
parent 9f7f96a6ea
commit c1d41af147

View file

@ -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)),