-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
43 lines (43 loc) · 1.29 KB
/
config.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"address": "0.0.0.0",
"port" : 4444,
"debug" : true,
"sessionSecret" : "artik cloud",
"oauth": {
"clientID": "your_client_id",
"clientSecret": "your_client_secret",
"callbackURL": "http://localhost:4444/login/artikcloud/callback"
},
"messageCount": 50,
"appPrefix": "achb_",
"devices": {
"dt29673f0481b4401bb73a622353b96150": {
"name": "withings",
"fullName": "Withings",
"unique": "com.samsung.sami.devices.withings_device",
"id": "dt29673f0481b4401bb73a622353b96150",
"requiresAuth": true
},
"dt8e71cabde68b4028b106832247cd6d72": {
"name": "fitbit",
"fullName": "Fitbit",
"unique": "com.samsung.sami.devices.fitbit_device",
"id": "dt8e71cabde68b4028b106832247cd6d72",
"requiresAuth": true
},
"dt548080e90be144f080ce28b26be62929": {
"name": "jawbone",
"fullName": "Jawbone",
"unique": "com.samsung.sami.devices.jawbone_device",
"id": "dt548080e90be144f080ce28b26be62929",
"requiresAuth": true
},
"dt9ad7ecfd34324765a9b12ef98a51b29e": {
"name": "openweathermap",
"fullName": "WeatherStation",
"unique": "io.samsungsami.openweathermap",
"id": "dt9ad7ecfd34324765a9b12ef98a51b29e",
"requiresAuth": false
}
}
}