From 5f59c1d48e2cf6b993cca31ede0e076102460ad7 Mon Sep 17 00:00:00 2001 From: Sulka Haro Date: Sat, 14 Nov 2020 12:00:04 +0200 Subject: [PATCH] Update app.json --- app.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/app.json b/app.json index 717e783dea3..9f77094f565 100644 --- a/app.json +++ b/app.json @@ -2,6 +2,11 @@ "name": "CGM Remote Monitor", "repository": "https://github.com/nightscout/cgm-remote-monitor", "env": { + "MONGODB_URI": { + "description": "The MongoDB Connection String to connect to your MongoDB cluster. If you don't have this from MongoDB Atlas, please re-read installation instructions at http://nightscout.github.io/nightscout/new_user/ before continuing", + "value": "", + "required": true + }, "ALARM_HIGH": { "description": "Default setting for new browser views, for the High alarm (triggered when BG crosses BG_TARGET_TOP). ('on' or 'off')", "value": "on", @@ -122,16 +127,6 @@ "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", - "required": true - }, "NIGHT_MODE": { "description": "Default setting for new browser views, for whether Night Mode should be enabled. ('on' or 'off')", "value": "off",