Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo authored Nov 14, 2020
1 parent bc55b07 commit 5f59c1d
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5f59c1d

Please sign in to comment.