Skip to content

Commit

Permalink
Update Nightscout_Debian9_selfhost.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romkuru authored May 10, 2020
1 parent f6348af commit 5adfc67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nightscout_Debian9_selfhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ If you want - add to global environment - nano /etc/environment or create you ow
```
#!/bin/bash
export DISPLAY_UNITS="mg/dl"
export MONGO_CONNECTION="mongodb://username:password@localhost:27017/Nightscout"
export MONGO_CONNECTION="mongodb://username:password@localhost:27017/ИмяСозданнойБД" //данные из установки Mongo
export PORT=1337
export API_SECRET="Api_Secret_min_12_symbols"
export API_SECRET="Api_Secret_min_12_symbols" // задаем свой пароль к Nightscout
export PUMP_FIELDS="reservoir battery status"
export DEVICESTATUS_ADVANCED=true
export ENABLE="careportal basal cage sage boluscalc rawbg iob bwp bage mmconnect bridge openaps pump iob maker"
Expand Down

0 comments on commit 5adfc67

Please sign in to comment.