Merge branch 'master' of github.com:mozilla/something-awesome

This commit is contained in:
Abhinav Adduri 2017-06-08 13:48:51 -07:00
commit f870ab1ab8
2 changed files with 8 additions and 4 deletions

View file

@ -18,7 +18,9 @@ const mozlog = require('./log.js');
let log = mozlog('portal.storage');
const redis = require('redis');
const redis_client = redis.createClient();
const redis_client = redis.createClient({
host: conf.redis_host
});
redis_client.on('error', err => {