Skip to content

Commit ae313df

Browse files
committed
fix(server): MONGOLAB_URI -> MONGODB_URI
fixes #1838 [skip ci]
1 parent e2f6056 commit ae313df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/server/config/environment/production.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515

1616
// MongoDB connection options
1717
mongo: {
18-
uri: process.env.MONGOLAB_URI ||
18+
uri: process.env.MONGODB_URI ||
1919
process.env.MONGOHQ_URL ||
2020
process.env.OPENSHIFT_MONGODB_DB_URL +
2121
process.env.OPENSHIFT_APP_NAME ||

0 commit comments

Comments
 (0)