blob: 56368571182ac4cd89cc4b790fe0e88c80ac4c2a [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
margarethaf68daa62017-09-21 02:11:24 +020030
31# server
32server.port=8089
33server.host=localhost