Created
September 11, 2016 21:57
-
-
Save loudestnoise/254e3062acda4423ab4b03905e8d14fe to your computer and use it in GitHub Desktop.
Nightscout my.env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MONGO=mongodb://localhost:27017/nightscout | |
API_SECRET=PUTACRAZYLONGPASSWORDHERE | |
THEME=colors | |
ENABLE=bridge%20iob%20careportal%20basal%20cob%20cage%20sage%20pump | |
DEVICESTATUS_ADVANCED=true | |
PUMP_FIELDS=reservoir%20battery | |
PORT=1337 | |
BRIDGE_USER_NAME=username | |
BRIDGE_PASSWORD=password | |
BRIDGE_MAX_COUNT=3 | |
BG_TARGET_TOP=160 | |
BG_TARGET_BOTTOM=75 | |
BG_HIGH=200 | |
BASAL_RENDER=default | |
SCALE_Y=linear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment