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 |
margaretha | 58e1863 | 2018-02-15 13:04:42 +0100 | [diff] [blame] | 13 | ## mail settings |
| 14 | mail.enabled = false |
| 15 | |
margaretha | 56e8e55 | 2017-12-05 16:31:21 +0100 | [diff] [blame] | 16 | ## default layers |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 17 | default.layer.p = tt |
| 18 | default.layer.l = tt |
| 19 | default.layer.o = opennlp |
| 20 | default.layer.d = mate |
| 21 | default.layer.c = corenlp |
| 22 | |
margaretha | 2c019fa | 2018-02-01 19:50:51 +0100 | [diff] [blame] | 23 | ## delete configuration (default hard) |
| 24 | # delete.auto.group = hard |
| 25 | delete.group = soft |
| 26 | delete.group.member = soft |
| 27 | |
margaretha | 56e8e55 | 2017-12-05 16:31:21 +0100 | [diff] [blame] | 28 | ## availability regex |
margaretha | dfecb4b | 2017-12-12 19:32:30 +0100 | [diff] [blame] | 29 | ## only support | |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 30 | availability.regex.free = CC-BY.* |
margaretha | ad618d2 | 2017-12-11 19:58:49 +0100 | [diff] [blame] | 31 | availability.regex.public = ACA.* | QAO.NC |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 32 | availability.regex.all = QAO.* |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 33 | |
margaretha | 56e8e55 | 2017-12-05 16:31:21 +0100 | [diff] [blame] | 34 | kustvakt.management.registration=enable |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 35 | |
| 36 | ## options referring to the security module! |
| 37 | |
| 38 | ## token expiration time in minutes! |
| 39 | security.longTokenTTL=150D |
| 40 | security.tokenTTL=72H |
| 41 | security.shortTokenTTL=45M |
| 42 | |
| 43 | kustvakt.security.jwt.issuer=korap.ids-mannheim.de |
| 44 | |
| 45 | ## specifies the user data field that is used to salt user passwords |
| 46 | security.passcode.salt=salt |
| 47 | |
| 48 | security.idleTimeoutDuration = 25M |
| 49 | security.multipleLogIn = true |
| 50 | security.loginAttemptNum = 3 |
| 51 | security.authAttemptTTL = 45M |
| 52 | |
| 53 | security.encryption.loadFactor = 8 |
| 54 | security.validation.stringLength = 150 |
| 55 | security.validation.emailLength = 50 |
| 56 | security.encryption.algo=BCRYPT |
| 57 | security.sharedSecret=sharedSecret |
| 58 | security.adminToken=adminToken |
| 59 | |
| 60 | ## applicable: rewrite, foundry, filter, deny |
| 61 | security.rewrite.strategies=filter, foundry, rewrite |