]> www.average.org Git - loctrkd.git/blobdiff - debian/gps303.conf
Multiprotocol support in zmq messages and storage
[loctrkd.git] / debian / gps303.conf
index f19b4af8e3adad3f21f6d757a639aebb3f4ba5de..88bf74a8ebb2d2e4ae6ec9cbdd3076631cd8be3b 100644 (file)
@@ -4,16 +4,20 @@
 port = 4303
 publishurl = ipc:///var/lib/gps303/collected
 listenurl = ipc:///var/lib/gps303/responses
+# comma-separated list of tracker protocols to accept
+protocols = gps303proto
 
 [wsgateway]
 port = 5049
 htmlfile = /var/lib/gps303/index.html
 
 [storage]
-dbfn = /var/lib/gps303/gps303.sqlite
+dbfn = /var/lib/gps303/trkloc.sqlite
 
 [lookaside]
-# "opencellid" is the only implemented backend for the time being
+# "opencellid" and "googlemaps" can be here. Both require an access token,
+# though googlemaps is only online, while opencellid backend looks up a
+# local database, that can be updated once a week or once a month.
 backend = opencellid
 
 [opencellid]