use redisName instead

This commit is contained in:
Girish Ramakrishnan
2016-06-20 13:15:10 -05:00
parent ea74e389d3
commit cabed28f1e
+1 -1
View File
@@ -690,7 +690,7 @@ function setupRedis(app, options, callback) {
var env = [
'REDIS_URL=redis://redisuser:' + redisPassword + '@redis-' + app.id,
'REDIS_PASSWORD=' + redisPassword,
'REDIS_HOST=redis-' + app.id,
'REDIS_HOST=' + redisName,
'REDIS_PORT=6379'
];