This commit is contained in:
Jason Calabrese
2015-01-11 14:54:40 -08:00
parent b9af56809b
commit 6f4d6ab3cc
+1 -1
View File
@@ -63,7 +63,7 @@ ready, just host your web app on your service of choice.
|BG_TARGET_TOP|`180`|must be set using mg/dl units; the top of the target range, also used to draw the line on the chart|
|BG_TARGET_BOTTOM|`80`|must be set using mg/dl units; the bottom of the target range, also used to draw the line on the chart|
|BG_LOW|`55`|must be set using mg/dl units; the low BG outside the target range that is considered urgent|
|ALARM_TYPES|`simple` if any `BG_`* ENV's are set, otherwise `predict`|currently 2 alarm types are supported, and can be used independently or combined. The `simple` alarm type only compares the current BG to `BG_` thresholds above, the `predict` alarm type uses highly tuned formula that forecasts where the BG is going based on it's trend. `predict` **DOES NOT** currently use any of the BG_`* ENV's|
|ALARM_TYPES|`simple` if any `BG_`* ENV's are set, otherwise `predict`|currently 2 alarm types are supported, and can be used independently or combined. The `simple` alarm type only compares the current BG to `BG_` thresholds above, the `predict` alarm type uses highly tuned formula that forecasts where the BG is going based on it's trend. `predict` **DOES NOT** currently use any of the `BG_`* ENV's|
|PUSHOVER_API_TOKEN|*NONE*|Used to enable pushover notifications for Care Portal treatments, this token is specific to the application you create from in [Pushover](https://pushover.net/) |
|PUSHOVER_USER_KEY|*NONE*|Your Pushover user key, can be found in the top left of the [Pushover](https://pushover.net/) site|
|SSL_KEY|*NONE*|Path to your ssl key file, so that ssl(https) can be enabled directly with in node.js|