-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
26 lines (26 loc) · 1 KB
/
config.json.example
File metadata and controls
26 lines (26 loc) · 1 KB
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
{
"log-level": "Info",
"ditto": {
"app-id": "xxxbf442-0aee-4f10-9000-a58654873e38",
"app-token": "xxx3cec6-ac1c-4989-8749-94450106cc9d",
"shared-key": "xxxHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgTeNnwNh61gNm1DUk4oHoHDfaZWedg9FsF7NNHlWTXWihRANCAATSegomETrHkNgIbK8lGC8fZamn5+lLlhSKwmSLfMCMkXUhwG6xmwD1pDlpRtV7kgElzRaPav8gdcXMghBBbsYU",
"offline-token": "xxx1c2VyX2lkaUFUQUsgVGVzdGZleHBpcnl4GDIwMjMtMTItMDhUMDQ6NTk6NTkuOTk5WmlzaWduYXR1cmV4WGd2S1N5d1NEM21jUGpKMDMwY0dPNEk2SnJkRFNWUEFPMWhTbDBKL2VESEh4M3FlbTFMWXJJN1FnajBFaEtwZktoUXB4dkk4SlV1Uyt3UFpqQ091eTBnPT0",
"use-cloud": "false",
"use-lan": "false",
"use-ble": "true",
"bpa-url": "http://ditto.bpa.local"
},
"info" : {
"name": "logjammer"
},
"rectangle": {
"topLeftLat": 32.3779983,
"topLeftLon": -86.3119614,
"topRightLat": 32.3779983,
"topRightLon": -86.3109061,
"bottomLeftLat": 32.3770459,
"bottomLeftLon": -86.3119614,
"bottomRightLat": 32.3770459,
"bottomRightLon": -86.3109061
}
}