data: Add a localdb section to the example conf
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user