summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2015-02-27 09:34:52 +0100
committerJochen Topf <jochen@topf.org>2015-02-27 09:34:52 +0100
commit190afd5d0aec8a140bb95f97f4761c1353e14cc5 (patch)
treed5d095fdef28ea5129f4f584386034e676196254 /taginfo-config-example.json
parentd81547f3467db9601c8bda723b5607fa1e6b9a1e (diff)
downloadtaginfo-190afd5d0aec8a140bb95f97f4761c1353e14cc5.tar
taginfo-190afd5d0aec8a140bb95f97f4761c1353e14cc5.tar.gz
Replaces tabs by spaces in example config.
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index f6661a0..8727d9c 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -98,12 +98,12 @@
// relation type "interesting", ie. to make it show
// up as a relation type.
"min_count_relations_per_type": 100,
- // Tokenizer for sqlite full-text search. Complex or custom
- // tokenizers, e.g., icu and unicode61, may be more suitable for
- // some locales. You may need newer sqlite3 or to recompile
- // sqlite3 to use those tokenizers.
- // See http://www.sqlite.org/fts3.html#tokenizer for detail.
- "tokenizer": "simple"
+ // Tokenizer for sqlite full-text search. Complex or custom
+ // tokenizers, e.g., icu and unicode61, may be more suitable for
+ // some locales. You may need newer sqlite3 or to recompile
+ // sqlite3 to use those tokenizers.
+ // See http://www.sqlite.org/fts3.html#tokenizer for detail.
+ "tokenizer": "simple"
}
},
"logging": {