blob: e78f993a02e62d14f750f31a36b0c11937285b48 [file] [log] [blame]
margaretha39cec602019-02-05 19:48:49 +01001# Krill settings
2
margarethaf68daa62017-09-21 02:11:24 +02003# index dir
4krill.indexDir= ../sample-index
5
6krill.index.commit.count = 134217000
7krill.index.commit.log = log/krill.commit.log
8krill.index.commit.auto = 500
9krill.index.relations.max = 100
10
margaretha39cec602019-02-05 19:48:49 +010011# krill.namedVC=vc
margaretha7926adc2018-08-30 13:45:33 +020012
margaretha39cec602019-02-05 19:48:49 +010013
14# Kustvakt settings
margaretha7926adc2018-08-30 13:45:33 +020015
16current.api.version = v1.0
17# multiple versions separated by space
18supported.api.version = v1.0
19
margaretha39cec602019-02-05 19:48:49 +010020# default
margaretha273b87b2017-09-27 13:25:00 +020021kustvakt.base.url=/api/*
margaretha39cec602019-02-05 19:48:49 +010022
23# default foundries for layers
24default.foundry.partOfSpeech = tt
25default.foundry.lemma = tt
26default.foundry.orthography = opennlp
27default.foundry.dependency = malt
28default.foundry.constituent = corenlp
29default.foundry.morphology = marmot
margaretha798e8bd2019-02-06 15:48:58 +010030default.foundry.surface = base
margarethaf68daa62017-09-21 02:11:24 +020031
32# server
33server.port=8089
34server.host=localhost