summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-23 10:11:14 +0100
committerJochen Topf <jochen@topf.org>2012-01-23 10:11:14 +0100
commit7cc9439c8801147fee0dd554efb0d32403a7d4bc (patch)
treeefe2e505acf92600b196e97cd83b981894d4c7c7 /taginfo-config-example.json
parent244f3543903141048d865946b8f4ebc950eddf64 (diff)
downloadtaginfo-7cc9439c8801147fee0dd554efb0d32403a7d4bc.tar
taginfo-7cc9439c8801147fee0dd554efb0d32403a7d4bc.tar.gz
Path to tagstats program now in main config
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"
}
}