margaretha | fbfe287 | 2024-01-04 23:29:28 +0100 | [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 | |
margaretha | 390f37d | 2024-04-22 12:07:34 +0200 | [diff] [blame] | 11 | # krill.namedVC=data/vc |
margaretha | fbfe287 | 2024-01-04 23:29:28 +0100 | [diff] [blame] | 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 | # default foundries for layers |
| 25 | default.foundry.partOfSpeech = tt |
| 26 | default.foundry.lemma = tt |
| 27 | default.foundry.orthography = opennlp |
| 28 | default.foundry.dependency = malt |
| 29 | default.foundry.constituent = corenlp |
| 30 | default.foundry.morphology = marmot |
| 31 | default.foundry.surface = base |
| 32 | |
| 33 | # server |
| 34 | server.port=8089 |
| 35 | server.host=localhost |