]> www.average.org Git - loctrkd.git/blobdiff - debian/gps303.conf
improve diagnistic message about left data
[loctrkd.git] / debian / gps303.conf
index f19b4af8e3adad3f21f6d757a639aebb3f4ba5de..8bfff8e140f28faa3b271475585a116fb6cc39e4 100644 (file)
@@ -4,6 +4,8 @@
 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
@@ -13,7 +15,9 @@ htmlfile = /var/lib/gps303/index.html
 dbfn = /var/lib/gps303/gps303.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]