Skip to content

Commit

Permalink
Adapt to MongoDB Atlas (#5893)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau authored Sep 8, 2020
1 parent 89dfe21 commit 67fb939
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@
"value": "US",
"required": false
},
"MONGODB_URI": {
"description": "The MongoDB Connection String to connect to your MongoDB cluster",
"value": "",
"required": true
},
"MONGO_COLLECTION": {
"description": "The Mongo collection where CGM data is stored.",
"value": "entries",
Expand Down Expand Up @@ -154,7 +159,6 @@
}
},
"addons": [
"mongolab:sandbox",
"papertrail"
]
}

0 comments on commit 67fb939

Please sign in to comment.