blob: 9dc83b5d7e1b8b8bda1350840bb82ae0c3a6b040 [file] [log] [blame]
margaretha39cec602019-02-05 19:48:49 +01001# Krill settings
2
margarethaf68daa62017-09-21 02:11:24 +02003# 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
margaretha39cec602019-02-05 19:48:49 +010011# krill.namedVC=vc
margaretha7926adc2018-08-30 13:45:33 +020012
margaretha39cec602019-02-05 19:48:49 +010013
14# Kustvakt settings
margaretha7926adc2018-08-30 13:45:33 +020015
Marc Kupietz805afde2020-03-24 09:08:50 +010016api.welcome.message = Welcome to KorAP API!
margaretha7926adc2018-08-30 13:45:33 +020017current.api.version = v1.0
18# multiple versions separated by space
19supported.api.version = v1.0
20
margaretha39cec602019-02-05 19:48:49 +010021# default
margaretha273b87b2017-09-27 13:25:00 +020022kustvakt.base.url=/api/*
margaretha39cec602019-02-05 19:48:49 +010023
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
margaretha798e8bd2019-02-06 15:48:58 +010031default.foundry.surface = base
margarethaf68daa62017-09-21 02:11:24 +020032
33# server
34server.port=8089
35server.host=localhost