Update README.md - quote values in env file

This commit is contained in:
James Woglom
2021-03-16 20:40:15 -04:00
committed by GitHub
parent c2674fcb1b
commit 7ec4f96cba
+5 -5
View File
@@ -22,18 +22,18 @@ Create a file named `.env` containing configuration values. You should specify t
```bash ```bash
# Your credentials for t:connect # Your credentials for t:connect
TCONNECT_EMAIL=email@email.com TCONNECT_EMAIL='email@email.com'
TCONNECT_PASSWORD=password TCONNECT_PASSWORD='password'
# Your pump's serial number (numeric) # Your pump's serial number (numeric)
PUMP_SERIAL_NUMBER=11111111 PUMP_SERIAL_NUMBER=11111111
# URL and API secret for Nightscout # URL and API secret for Nightscout
NS_URL=https://yournightscouturl/ NS_URL='https://yournightscouturl/'
NS_SECRET=apisecret NS_SECRET='apisecret'
# Current timezone of the pump # Current timezone of the pump
TIMEZONE_NAME=America/New_York TIMEZONE_NAME='America/New_York'
``` ```
This file contains your t:connect username and password, Tandem pump serial number (which is utilized in API calls to t:connect), your Nightscout URL and secret token (for uploading data to Nightscout), and local timezone (the timezone used in t:connect). This file contains your t:connect username and password, Tandem pump serial number (which is utilized in API calls to t:connect), your Nightscout URL and secret token (for uploading data to Nightscout), and local timezone (the timezone used in t:connect).