Revert "Revert to c1b2988eb0 (Merge branch 'hotfix/0.3.5')"

This reverts commit 1cc9c6127c.
This commit is contained in:
Jason Calabrese
2014-08-31 00:04:11 -07:00
parent 1cc9c6127c
commit 0404905e53
35 changed files with 876 additions and 174 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "CGM Remote Monitor",
"repository": "https://github.com/nightscout/cgm-remote-monitor",
"env": {
"MONGO_COLLECTION": {
"description": "The mongo collection to connect to.",
"value": "nightscout"
}
},
"addons": [
"mongolab"
]
}