blob: 4649206a5349c3eabb48c5ea97c741b5867091c8 [file] [log] [blame]
margaretha8db56a12025-10-07 09:26:40 +02001# This is the default configuration for Kustvakt lite version
2# Copy this file to data/kustvakt-lite.conf and adjust settings
3
margarethafbfe2872024-01-04 23:29:28 +01004# Krill settings
5
6# index dir
7krill.indexDir= sample-index
8
9krill.index.commit.count = 134217000
10krill.index.commit.log = log/krill.commit.log
11krill.index.commit.auto = 500
12krill.index.relations.max = 100
13
margaretha390f37d2024-04-22 12:07:34 +020014# krill.namedVC=data/vc
margarethafbfe2872024-01-04 23:29:28 +010015
16
17# Kustvakt settings
18
19api.welcome.message = Welcome to KorAP API!
20current.api.version = v1.0
21# multiple versions separated by space
22supported.api.version = v1.0
margarethafbfe2872024-01-04 23:29:28 +010023# default
24kustvakt.base.url=/api/*
25
margarethaca9a3242025-06-24 09:11:50 +020026# server
27server.port=8089
28server.host=localhost
29
margaretha8db56a12025-10-07 09:26:40 +020030# log
31log.request.enabled = false
32
33# Cache
34cache.total.results.enabled = true
35
margarethaca9a3242025-06-24 09:11:50 +020036# Pipe (optional)
37# pipe.host=https://korap.ids-mannheim.de (default)
margaretha66061bb2025-06-23 11:11:18 +020038
margarethafbfe2872024-01-04 23:29:28 +010039# default foundries for layers
40default.foundry.partOfSpeech = tt
41default.foundry.lemma = tt
42default.foundry.orthography = opennlp
43default.foundry.dependency = malt
44default.foundry.constituent = corenlp
45default.foundry.morphology = marmot
46default.foundry.surface = base