diff --git a/app.json b/app.json index 3d86d59bfa2..425f038224b 100644 --- a/app.json +++ b/app.json @@ -117,6 +117,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", @@ -149,7 +154,6 @@ } }, "addons": [ - "mongolab:sandbox", "papertrail" ] }