Add MMCONNECT_ vars

This commit is contained in:
John Weston
2019-01-07 09:40:03 -08:00
committed by GitHub
parent 4c74c0373f
commit 1d5adc66bd
+20
View File
@@ -122,6 +122,26 @@
"value": "",
"required": false
},
"MMCONNECT_USER_NAME": {
"description": "Your CareLink account username, to receive CGM data from the CareLink service. Also make sure to include 'mmconnect' in your ENABLE line.",
"value": "",
"required": false
},
"MMCONNECT_PASSWORD": {
"description": "Your CareLink account password, to receive CGM data from the CareLink service. Also make sure to include 'mmconnect' in your ENABLE line.",
"value": "",
"required": false
},
"MMCONNECT_SERVER": {
"description": "If you are bridging from the CareLink service, and are anywhere *outside* the US, change this to EU. ('US' or 'EU')",
"value": "US",
"required": false
},
"MMCONNECT_VERBOSE": {
"description": "Verbose",
"value": "",
"required": false
},
"MONGO_COLLECTION": {
"description": "The mLab collection where CGM data is stored.",
"value": "entries",