| margaretha | 66061bb | 2025-06-23 11:11:18 +0200 | [diff] [blame] | 1 | # Krill settings | 
|  | 2 |  | 
|  | 3 | # index dir | 
|  | 4 | krill.indexDir= sample-index | 
|  | 5 |  | 
|  | 6 | krill.index.commit.count = 134217000 | 
|  | 7 | krill.index.commit.log = log/krill.commit.log | 
|  | 8 | krill.index.commit.auto = 500 | 
|  | 9 | krill.index.relations.max = 100 | 
|  | 10 |  | 
|  | 11 | # krill.namedVC=data/vc | 
|  | 12 |  | 
|  | 13 |  | 
|  | 14 | # Kustvakt settings | 
|  | 15 |  | 
|  | 16 | api.welcome.message = Welcome to KorAP API! | 
|  | 17 | current.api.version = v1.0 | 
|  | 18 | # multiple versions separated by space | 
|  | 19 | supported.api.version = v1.0 | 
|  | 20 |  | 
|  | 21 | # default | 
|  | 22 | kustvakt.base.url=/api/* | 
|  | 23 |  | 
|  | 24 | # server | 
|  | 25 | server.port=8089 | 
|  | 26 | server.host=localhost | 
|  | 27 |  | 
|  | 28 | # Pipe (optional) | 
| margaretha | d0f3651 | 2025-07-04 11:06:10 +0200 | [diff] [blame] | 29 | # pipe.host=https://korap.ids-mannheim.de | 
| margaretha | 66061bb | 2025-06-23 11:11:18 +0200 | [diff] [blame] | 30 | # LOCALHOST ONLY FOR TESTING | 
|  | 31 | pipe.host=http://localhost | 
|  | 32 |  | 
|  | 33 | # default foundries for layers | 
|  | 34 | default.foundry.partOfSpeech = tt | 
|  | 35 | default.foundry.lemma = tt | 
|  | 36 | default.foundry.orthography = opennlp | 
|  | 37 | default.foundry.dependency = malt | 
|  | 38 | default.foundry.constituent = corenlp | 
|  | 39 | default.foundry.morphology = marmot | 
|  | 40 | default.foundry.surface = base |