blob: eaa8cd567ddd6db4478fdaadec684e71f27505b3 [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
margaretha390f37d2024-04-22 12:07:34 +020011# krill.namedVC=data/vc
margarethafbfe2872024-01-04 23:29:28 +010012
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
margaretha66061bb2025-06-23 11:11:18 +020024# Pipe (Please change or commented for production!)
25pipe.host = http://localhost
26
margarethafbfe2872024-01-04 23:29:28 +010027# default foundries for layers
28default.foundry.partOfSpeech = tt
29default.foundry.lemma = tt
30default.foundry.orthography = opennlp
31default.foundry.dependency = malt
32default.foundry.constituent = corenlp
33default.foundry.morphology = marmot
34default.foundry.surface = base
35
36# server
37server.port=8089
38server.host=localhost