Files
cgm-remote-monitor/app.json
T

18 lines
428 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"
},
"API_SECRET": {
"description": "User generated password required for REST API and other features (12 character minimum).",
"value": ""
}
},
"addons": [
"mongolab"
]
}