summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index 4c4a275..7ab4fc6 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -48,6 +48,9 @@
// These sources will be created from the actual sources.
"create": "db",
"db": {
+ // Path to the 'tagstats' program (absolute path or relative to sources/db directory).
+ "tagstats": "./tagstats",
+ // The OSM planet file or extract where we read the OSM data from.
"planetfile": "/osm/planet/var/current-planet.osm.pbf"
}
}