We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f6056 commit ae313dfCopy full SHA for ae313df
templates/app/server/config/environment/production.js
@@ -15,7 +15,7 @@ module.exports = {
15
16
// MongoDB connection options
17
mongo: {
18
- uri: process.env.MONGOLAB_URI ||
+ uri: process.env.MONGODB_URI ||
19
process.env.MONGOHQ_URL ||
20
process.env.OPENSHIFT_MONGODB_DB_URL +
21
process.env.OPENSHIFT_APP_NAME ||
0 commit comments