blob: b9315db8a4dbae0b6b5e0c8748fa399933a394a6 [file] [log] [blame]
margarethafbfe2872024-01-04 23:29:28 +01001# Krill settings
2
3# 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
11# krill.namedVC=vc
12
13
14# Kustvakt settings
15
16api.welcome.message = Welcome to KorAP API!
17current.api.version = v1.0
18# multiple versions separated by space
19supported.api.version = v1.0
20
21# default
22kustvakt.base.url=/api/*
23
24# default foundries for layers
25default.foundry.partOfSpeech = tt
26default.foundry.lemma = tt
27default.foundry.orthography = opennlp
28default.foundry.dependency = malt
29default.foundry.constituent = corenlp
30default.foundry.morphology = marmot
31default.foundry.surface = base
32
33# server
34server.port=8089
35server.host=localhost