mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Merge branch 'master' of github.com:mozilla/something-awesome
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user