Skip to content

Commit

Permalink
Add Nightscout API secret form field to config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 committed Jul 4, 2024
1 parent 4ee2339 commit c6290d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/big-bear-nightscout/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
"website": "https://github.com/nightscout/cgm-remote-monitor",
"form_fields": [
{
"type": "random",
"label": "Nightscout API secret.",
"type": "password",
"label": "Nightscout API secret",
"max": 50,
"min": 12,
"required": true,
"env_variable": "API_SECRET"
}
],
Expand Down

0 comments on commit c6290d8

Please sign in to comment.