blob: 0143cec9494cc01d75dca06d4b14421040e4e19c [file] [log] [blame]
margaretha66061bb2025-06-23 11:11:18 +02001# 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=data/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# server
25server.port=8089
26server.host=localhost
27
28# Pipe (optional)
29# pipe.host=https://korap.ids-mannheim.de (default)
30# LOCALHOST ONLY FOR TESTING
31pipe.host=http://localhost
32
33# default foundries for layers
34default.foundry.partOfSpeech = tt
35default.foundry.lemma = tt
36default.foundry.orthography = opennlp
37default.foundry.dependency = malt
38default.foundry.constituent = corenlp
39default.foundry.morphology = marmot
40default.foundry.surface = base