Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
philipheinser committed Jan 14, 2015
1 parent 10e488d commit 8ae630b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"REDIS_HOST": {
"description": "Redis host.",
"value": "eu-west-1"
"value": ""
},
"REDIS_SECRET": {
"description": "Redis secret.",
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ client.auth(process.env.REDIS_SECRET);
app.use(router(app));

app.get('/', function* (next) {
console.log(process.env.APP_NAME);

var current = yield dbCo.get(process.env.APP_NAME +':current');
var index = yield dbCo.get(current);

Expand Down

0 comments on commit 8ae630b

Please sign in to comment.