blob: b1d9e2115951b4a39612d99be972b619256679a8 [file] [log] [blame]
margarethafc9e4072017-08-29 18:34:01 +02001## index dir
margarethacfea1ae2018-01-15 20:27:26 +01002krill.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
9krill.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
margarethaee0cbfe2018-08-28 17:47:14 +020015# multiple versions separated by space
margaretha34954472018-10-24 20:05:17 +020016current.api.version = v1.1
margarethaee0cbfe2018-08-28 17:47:14 +020017supported.api.version = v0.1 v1.0
18
margaretha56e8e552017-12-05 16:31:21 +010019## server
20server.port=8089
21server.host=localhost
22
margarethaa86b1412018-02-21 20:40:35 +010023## mail settings
24mail.enabled = false
25mail.receiver = test@localhost
26mail.sender = noreply@ids-mannheim.de
margaretha7d0165c2018-02-26 15:31:37 +010027mail.address.retrieval = test
margarethaa86b1412018-02-21 20:40:35 +010028
29## mail.templates
30template.group.invitation = notification.vm
31
margaretha56e8e552017-12-05 16:31:21 +010032## default layers
margaretha6fca7292018-03-13 13:19:00 +010033default.layer.partOfSpeech = tt
34default.layer.lemma = tt
35default.layer.orthography = opennlp
36default.layer.dependency = mate
37default.layer.constituent = corenlp
margarethafc9e4072017-08-29 18:34:01 +020038
margaretha2c019fa2018-02-01 19:50:51 +010039## delete configuration (default hard)
40# delete.auto.group = hard
41delete.group = soft
42delete.group.member = soft
43
margaretha56e8e552017-12-05 16:31:21 +010044## availability regex
margarethadfecb4b2017-12-12 19:32:30 +010045## only support |
margarethac38c8562017-11-21 19:02:08 +010046availability.regex.free = CC-BY.*
margarethaad618d22017-12-11 19:58:49 +010047availability.regex.public = ACA.* | QAO-NC
margarethac38c8562017-11-21 19:02:08 +010048availability.regex.all = QAO.*
margarethafc9e4072017-08-29 18:34:01 +020049
margarethafc9e4072017-08-29 18:34:01 +020050## options referring to the security module!
51
margaretha9c78e1a2018-06-27 14:12:35 +020052## OAuth
margaretha6374f722018-04-17 18:45:57 +020053### (see de.ids_mannheim.korap.constant.AuthenticationMethod for possible
54### oauth.password.authentication values)
margaretha9c78e1a2018-06-27 14:12:35 +020055oauth2.password.authentication = TEST
56oauth2.native.client.host = korap.ids-mannheim.de
margarethabe4c5c92018-05-03 18:55:49 +020057oauth2.max.attempts = 2
margaretha064eb6f2018-07-10 18:33:01 +020058# expiry in seconds (S), minutes (M), hours (H), days (D)
59oauth2.access.token.expiry = 3S
60oauth2.refresh.token.expiry = 90D
61oauth2.authorization.code.expiry = 10M
margarethabe4c5c92018-05-03 18:55:49 +020062# -- scopes separated by space
margaretha20f31232018-07-09 17:49:39 +020063oauth2.default.scopes = openid search match_info
margaretha9c78e1a2018-06-27 14:12:35 +020064oauth2.client.credentials.scopes = client_info
65
66## OpenId
67### multiple values are separated by space
68openid.grant.types = authorization_code
69openid.response.types = code
70openid.response.modes = query
71openid.client.auth.methods = client_secret_basic client_secret_post
72openid.token.signing.algorithms = RS256
73openid.subject.types = public
74openid.display.types = page
margarethaa2ce63d2018-06-28 10:11:43 +020075openid.supported.scopes = openid email auth_time
margaretha9c78e1a2018-06-27 14:12:35 +020076openid.support.claim.param = false
77openid.claim.types = normal
78openid.supported.claims = iss sub aud exp iat
79openid.ui.locales = en
80#openid.privacy.policy =
81#openid.term.of.service =
82openid.service.doc = https://github.com/KorAP/Kustvakt/wiki
margaretha6374f722018-04-17 18:45:57 +020083
margaretha19295962018-06-26 16:00:47 +020084## JWT
margaretha9c78e1a2018-06-27 14:12:35 +020085security.jwt.issuer=https://korap.ids-mannheim.de
margaretha6374f722018-04-17 18:45:57 +020086
margaretha19295962018-06-26 16:00:47 +020087## JWK
margaretha07a356a2018-07-11 19:12:21 +020088## must be set for openid
margaretha19295962018-06-26 16:00:47 +020089rsa.private = kustvakt_rsa.key
90rsa.public = kustvakt_rsa_public.key
91rsa.key.id = 74caa3a9-217c-49e6-94e9-2368fdd02c35
92
93## token expiration time
margarethafc9e4072017-08-29 18:34:01 +020094security.longTokenTTL = 1D
margaretha49cb6882018-07-04 04:19:54 +020095security.tokenTTL = 2S
96security.shortTokenTTL = 1S
margarethafc9e4072017-08-29 18:34:01 +020097
margaretha33fa3d92018-07-26 13:50:17 +020098## see SecureRandom Number Generation Algorithms
99## default SHA1PRNG
100security.secure.random.algorithm=SHA1PRNG
101
102## see MessageDigest Algorithms
103## default MD5
104security.md.algoritm = SHA-256
105
106### secure hash support: BCRYPT, ESAPICYPHER
107security.secure.hash.algorithm=BCRYPT
margarethaf18298b2017-09-14 22:14:32 +0200108security.passcode.salt=salt
margarethafc9e4072017-08-29 18:34:01 +0200109
110security.idleTimeoutDuration = 25M
111security.multipleLogIn = true
112security.loginAttemptNum = 3
113security.authAttemptTTL = 45M
114
115security.encryption.loadFactor = 8
116security.validation.stringLength = 150
117security.validation.emailLength = 50
margaretha33fa3d92018-07-26 13:50:17 +0200118
margarethae4034a82018-07-02 14:46:59 +0200119security.sharedSecret=this-is-shared-secret-code-for-JWT-Signing.It-must-contains-minimum-256-bits
margarethafc9e4072017-08-29 18:34:01 +0200120
121## applicable: rewrite, foundry, filter, deny
122security.rewrite.strategies=filter, foundry, rewrite