margaretha | 56e8e55 | 2017-12-05 16:31:21 +0100 | [diff] [blame] | 1 | #Krill |
margaretha | f68daa6 | 2017-09-21 02:11:24 +0200 | [diff] [blame] | 2 | krill.indexDir= ../sample-index |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 3 | |
| 4 | krill.index.commit.count = 134217000 |
| 5 | krill.index.commit.log = log/krill.commit.log |
| 6 | krill.index.commit.auto = 500 |
| 7 | krill.index.relations.max = 100 |
| 8 | |
margaretha | 56e8e55 | 2017-12-05 16:31:21 +0100 | [diff] [blame] | 9 | ## LDAP |
| 10 | ldap.config = file-path-to-ldap-config |
| 11 | |
| 12 | # Kustvakt |
| 13 | ## default layers |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 14 | default.layer.p = tt |
| 15 | default.layer.l = tt |
| 16 | default.layer.o = opennlp |
| 17 | default.layer.d = mate |
| 18 | default.layer.c = corenlp |
| 19 | |
margaretha | 56e8e55 | 2017-12-05 16:31:21 +0100 | [diff] [blame] | 20 | ## availability regex |
margaretha | dfecb4b | 2017-12-12 19:32:30 +0100 | [diff] [blame] | 21 | ## only support | |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 22 | availability.regex.free = CC-BY.* |
margaretha | ad618d2 | 2017-12-11 19:58:49 +0100 | [diff] [blame] | 23 | availability.regex.public = ACA.* | QAO.NC |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 24 | availability.regex.all = QAO.* |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 25 | |
margaretha | 56e8e55 | 2017-12-05 16:31:21 +0100 | [diff] [blame] | 26 | kustvakt.management.registration=enable |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 27 | |
| 28 | ## options referring to the security module! |
| 29 | |
| 30 | ## token expiration time in minutes! |
| 31 | security.longTokenTTL=150D |
| 32 | security.tokenTTL=72H |
| 33 | security.shortTokenTTL=45M |
| 34 | |
| 35 | kustvakt.security.jwt.issuer=korap.ids-mannheim.de |
| 36 | |
| 37 | ## specifies the user data field that is used to salt user passwords |
| 38 | security.passcode.salt=salt |
| 39 | |
| 40 | security.idleTimeoutDuration = 25M |
| 41 | security.multipleLogIn = true |
| 42 | security.loginAttemptNum = 3 |
| 43 | security.authAttemptTTL = 45M |
| 44 | |
| 45 | security.encryption.loadFactor = 8 |
| 46 | security.validation.stringLength = 150 |
| 47 | security.validation.emailLength = 50 |
| 48 | security.encryption.algo=BCRYPT |
| 49 | security.sharedSecret=sharedSecret |
| 50 | security.adminToken=adminToken |
| 51 | |
| 52 | ## applicable: rewrite, foundry, filter, deny |
| 53 | security.rewrite.strategies=filter, foundry, rewrite |