data: Add a localdb section to the example conf

This commit is contained in:
Teemu Ikonen
2023-06-09 18:56:47 +03:00
parent 92f254d6d2
commit 7dae313cc4

View File

@@ -6,7 +6,6 @@ methods = ["clustering"] # Methods are names of locator subsections
debuglevel = "warning" # critical,error,warning,info,debug
logtimestamps = true # Set to false if logging to journald
[locator]
# Locator takes observations and calculates the location and accuracy
# with the given resources (resolvers, web service like MLS etc.)
@@ -60,3 +59,8 @@ db = "wiglenet.db" # in datadir
# Uses the wigle.net resolver cache without making wigle API calls
type = "wiglenetcache"
db = "wiglenet.db" # in datadir
[resolver.local]
type = "localdb"
db = "localdb.db" # in datadir
update = true # Update localdb with successful location results