blob: 2a5a045ed282af92cb674ee1c600a02d1580a6a2 [file] [log] [blame]
margaretha56e8e552017-12-05 16:31:21 +01001#Krill
margarethaf68daa62017-09-21 02:11:24 +02002krill.indexDir= ../sample-index
margarethafc9e4072017-08-29 18:34:01 +02003
4krill.index.commit.count = 134217000
5krill.index.commit.log = log/krill.commit.log
6krill.index.commit.auto = 500
7krill.index.relations.max = 100
margaretha1b320452018-08-02 16:56:25 +02008## Directory path of virtual corpora to cache
margaretha51e5e3f2018-10-17 15:10:03 +02009#krill.namedVC = vc
margarethafc9e4072017-08-29 18:34:01 +020010
margaretha56e8e552017-12-05 16:31:21 +010011## LDAP
12ldap.config = file-path-to-ldap-config
13
14# Kustvakt
margaretha2ea9a1e2019-01-11 16:37:21 +010015current.api.version = v1.0
margarethaee0cbfe2018-08-28 17:47:14 +020016# multiple versions separated by space
margaretha2ea9a1e2019-01-11 16:37:21 +010017# supported.api.version = v1.0
margarethaee0cbfe2018-08-28 17:47:14 +020018
margarethaaecee1b2018-02-20 14:44:21 +010019## server
20server.port=8089
21server.host=localhost
22
margaretha58e18632018-02-15 13:04:42 +010023## mail settings
24mail.enabled = false
margarethaa86b1412018-02-21 20:40:35 +010025mail.receiver = test@localhost
margarethaaecee1b2018-02-20 14:44:21 +010026mail.sender = noreply@ids-mannheim.de
margaretha7d0165c2018-02-26 15:31:37 +010027mail.address.retrieval = test
margaretha58e18632018-02-15 13:04:42 +010028
margarethaa86b1412018-02-21 20:40:35 +010029## mail.templates
30template.group.invitation = notification.vm
31
margaretha4fa4b062019-01-28 19:43:30 +010032## default foundries for specific layers
33default.foundry.partOfSpeech = tt
34default.foundry.lemma = tt
35default.foundry.orthography = opennlp
36default.foundry.dependency = malt
37default.foundry.constituent = corenlp
38default.foundry.morphology = marmot
margaretha798e8bd2019-02-06 15:48:58 +010039default.foundry.surface = base
margarethac38c8562017-11-21 19:02:08 +010040
margaretha2c019fa2018-02-01 19:50:51 +010041## delete configuration (default hard)
42# delete.auto.group = hard
43delete.group = soft
44delete.group.member = soft
45
margaretha56e8e552017-12-05 16:31:21 +010046## availability regex
margarethadfecb4b2017-12-12 19:32:30 +010047## only support |
margarethac38c8562017-11-21 19:02:08 +010048availability.regex.free = CC-BY.*
margaretha351f7692019-02-06 19:36:52 +010049availability.regex.public = ACA.*|QAO.NC
margarethac38c8562017-11-21 19:02:08 +010050availability.regex.all = QAO.*
margarethafc9e4072017-08-29 18:34:01 +020051
margarethafc9e4072017-08-29 18:34:01 +020052## options referring to the security module!
53
margaretha6374f722018-04-17 18:45:57 +020054## OAuth
55### (see de.ids_mannheim.korap.constant.AuthenticationMethod for possible
56### oauth.password.authentication values)
57oauth.password.authentication = TEST
margarethabe4c5c92018-05-03 18:55:49 +020058oauth2.native.client.host = korap.ids-mannheim.de
margaretha064eb6f2018-07-10 18:33:01 +020059oauth2.max.attempts = 1
60# expiry in seconds (S), minutes (M), hours (H), days (D)
61oauth2.access.token.expiry = 1D
62oauth2.refresh.token.expiry = 90D
63oauth2.authorization.code.expiry = 10M
margarethabe4c5c92018-05-03 18:55:49 +020064# -- scopes separated by space
margaretha20f31232018-07-09 17:49:39 +020065oauth2.default.scopes = search match_info
margarethad7cab212018-07-02 19:01:43 +020066oauth2.client.credentials.scopes = client_info
margaretha6374f722018-04-17 18:45:57 +020067
68# JWT
69security.jwt.issuer=korap.ids-mannheim.de
70
71## token expiration
margarethafc9e4072017-08-29 18:34:01 +020072security.longTokenTTL=150D
73security.tokenTTL=72H
74security.shortTokenTTL=45M
75
margaretha33fa3d92018-07-26 13:50:17 +020076## see SecureRandom Number Generation Algorithms
77## default SHA1PRNG
78security.secure.random.algorithm=SHA1PRNG
79
80## see MessageDigest Algorithms
81## default MD5
82security.md.algoritm = SHA-256
83
84### secure hash support: BCRYPT, ESAPICYPHER
85security.secure.hash.algorithm=BCRYPT
margarethafc9e4072017-08-29 18:34:01 +020086security.passcode.salt=salt
87
88security.idleTimeoutDuration = 25M
89security.multipleLogIn = true
90security.loginAttemptNum = 3
91security.authAttemptTTL = 45M
92
93security.encryption.loadFactor = 8
94security.validation.stringLength = 150
95security.validation.emailLength = 50
margarethae4034a82018-07-02 14:46:59 +020096security.sharedSecret=this-is-shared-secret-code-for-JWT-Signing.It-must-contains-minimum-256-bits
margarethafc9e4072017-08-29 18:34:01 +020097security.adminToken=adminToken
98
99## applicable: rewrite, foundry, filter, deny
100security.rewrite.strategies=filter, foundry, rewrite