blob: ba32850698c57671a6e307ac42535ff3f5198559 [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
margarethaca9a3242025-06-24 09:11:50 +020024# server
25server.port=8089
26server.host=localhost
27
28# Pipe (optional)
29# pipe.host=https://korap.ids-mannheim.de (default)
margaretha66061bb2025-06-23 11:11:18 +020030
margarethafbfe2872024-01-04 23:29:28 +010031# default foundries for layers
32default.foundry.partOfSpeech = tt
33default.foundry.lemma = tt
34default.foundry.orthography = opennlp
35default.foundry.dependency = malt
36default.foundry.constituent = corenlp
37default.foundry.morphology = marmot
38default.foundry.surface = base