forked from jwoglom/dm2nsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
26 lines (26 loc) · 718 Bytes
/
app.json
File metadata and controls
26 lines (26 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Diabetes m to Nightscout",
"logo":"https://seeklogo.com/images/V/vimeo-icon-logo-441934AEB1-seeklogo.com.png",
"description": "send data from dm to nsc",
"repository": "https://github.com/dlinah/dm2nsc",
"formation": {
"clock": {
"quantity": 1,
"size": "free"
}
},
"env": {
"USERNAME": {
"description": "diabetes-m username"
},
"PASSWORD": {
"description": "diabetes-m password"
},
"NS_URL": {
"description": "http://your-nightscout-host-with-trailing-slash/"
},
"NS_SECRET": {
"description": "nightscout-secret-key"
}
}
}