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