Merge branch 'master' of github.com:mozilla/something-awesome
This commit is contained in:
commit
f870ab1ab8
2 changed files with 8 additions and 4 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue