Files
cgm-remote-monitor/app.json
T

14 lines
270 B
JSON

{
"name": "CGM Remote Monitor",
"repository": "https://github.com/nightscout/cgm-remote-monitor",
"env": {
"MONGO_COLLECTION": {
"description": "The mongo collection to connect to.",
"value": "entries"
}
},
"addons": [
"mongolab"
]
}