Skip to content

Commit

Permalink
#131981009 Fix env variables (#15)
Browse files Browse the repository at this point in the history
* chore(env-variable) fix the title of the env variable

* chore(env-variable) fix hound report
  • Loading branch information
Ezumezu Anselm authored and ruqoyyasadiq committed Oct 10, 2016
1 parent cae6c43 commit e8f0828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/env/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ var path = require('path'),
module.exports = {
root: rootPath,
port: process.env.PORT || 3000,
db: process.env.MONGOHQ_URL,
db: process.env.MONGODB_URI,
secret: process.env.SECRET
};
};

0 comments on commit e8f0828

Please sign in to comment.