mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
14 lines
270 B
JSON
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"
|
|
]
|
|
}
|