We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678d917 commit 96fc84dCopy full SHA for 96fc84d
app.js
@@ -40,8 +40,7 @@ var mongoose = require ("mongoose"); // The reason for this demo.
40
// Here we find an appropriate database to connect to, defaulting to
41
// localhost if we don't find one.
42
var uristring =
43
- process.env.MONGOLAB_URI ||
44
- process.env.MONGOHQ_URL ||
+ process.env.MONGODB_URI ||
45
'mongodb://localhost/HelloMongoose';
46
47
// The http server will listen to an appropriate port, or default to
0 commit comments