]> www.average.org Git - loctrkd.git/blob - debian/loctrkd.conf
Update changelog for 2.00 release
[loctrkd.git] / debian / loctrkd.conf
1 [common]
2 # comma-separated list of tracker protocols to accept
3 protocols = zx303proto,beesure
4
5 [collector]
6 # configure your gps terminal with this SMS:
7 # "server#<your_server_ip_or_fqdn>#4303#"
8 port = 4303
9 publishurl = ipc:///var/lib/loctrkd/collected
10 listenurl = ipc:///var/lib/loctrkd/responses
11
12 [wsgateway]
13 port = 5049
14 htmlfile = /var/lib/loctrkd/index.html
15
16 [storage]
17 dbfn = /var/lib/loctrkd/trkloc.sqlite
18 # store raw events from the collector. Rectified reports are always stored.
19 events = yes
20
21 [rectifier]
22 # "opencellid" and "googlemaps" can be here. Both require an access token,
23 # though googlemaps is only online, while opencellid backend looks up a
24 # local database, that can be updated once a week or once a month.
25 lookaside = opencellid
26 publishurl = ipc:///var/lib/loctrkd/rectified
27
28 [opencellid]
29 dbfn = /var/lib/opencellid/opencellid.sqlite
30 # for testing: run `python -m http.server --directory <your_dir>` and use this:
31 # downloadurl = http://localhost:8000/<your_mcc>.csv.gz
32 # then the next two statements will be ignored
33 downloadtoken = /var/lib/opencellid/opencellid.token
34 downloadmcc = 262
35
36 # For googlemaps lookaside backend, specify the token
37 # [googlemaps]
38 # accesstoken = google.token
39
40 [termconfig]
41 statusIntervalMinutes = 25
42 uploadIntervalSeconds = 0x0300
43 binarySwitch = 0b00110001
44 alarms =
45  0
46  0
47  0
48 dndTimeSwitch = 0
49 dndTimes =
50  0
51  0
52  0
53 gpsTimeSwitch = 0
54 gpsTimeStart = 0
55 gpsTimeStop = 0
56 phoneNumbers =
57  ""
58  ""
59  ""