Skip to content

Commit

Permalink
use MONGOLAB_URI instead MONGOHQ_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
hengkiardo committed Jan 27, 2016
1 parent 8c9ba78 commit 10b7d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function (ROOT_PATH) {
hostname: process.env.HOSTNAME || '127.0.0.1',
},
database: {
url: process.env.MONGOHQ_URL || 'mongodb://localhost/express4_bootstrap_starter'
url: process.env.MONGOLAB_URI'
},
BaseApiURL : 'http://'+process.env.HOSTNAME+':3001/api/',
root : ROOT_PATH,
Expand Down

0 comments on commit 10b7d9e

Please sign in to comment.