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 = /home/elma/git/Kustvakt-new/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 | |
| 9 | kustvakt.default.pos = tt |
| 10 | kustvakt.default.lemma = tt |
| 11 | kustvakt.default.token = opennlp |
| 12 | kustvakt.default.dep = mate |
| 13 | kustvakt.default.const = mate |
| 14 | |
| 15 | kustvakt.management.registration=enable |
| 16 | |
| 17 | kustvakt.regex.free = CC-BY.* |
margaretha | ed7bc7a | 2017-11-12 21:39:41 +0100 | [diff] [blame^] | 18 | kustvakt.regex.public = ACA.* |
| 19 | kustvakt.regex.all = QAO.* |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 20 | |
| 21 | # port&host added 06.02.17/FB |
| 22 | server.port=8089 |
| 23 | server.host=localhost |
| 24 | |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 25 | # user configuration |
| 26 | # user.config = user.conf |
| 27 | |
| 28 | ldap.config = /home/elma/.config/ldap.conf |
| 29 | |
| 30 | ## options referring to the security module! |
| 31 | |
| 32 | ## token expiration time in minutes! |
| 33 | security.longTokenTTL = 1D |
| 34 | security.tokenTTL = 9S |
| 35 | security.shortTokenTTL = 5S |
| 36 | |
margaretha | f18298b | 2017-09-14 22:14:32 +0200 | [diff] [blame] | 37 | kustvakt.security.jwt.issuer=korap.ids-mannheim.de |
| 38 | |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 39 | ## specifies the user data field that is used to salt user passwords |
margaretha | f18298b | 2017-09-14 22:14:32 +0200 | [diff] [blame] | 40 | security.passcode.salt=salt |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 41 | |
| 42 | security.idleTimeoutDuration = 25M |
| 43 | security.multipleLogIn = true |
| 44 | security.loginAttemptNum = 3 |
| 45 | security.authAttemptTTL = 45M |
| 46 | |
| 47 | security.encryption.loadFactor = 8 |
| 48 | security.validation.stringLength = 150 |
| 49 | security.validation.emailLength = 50 |
| 50 | security.encryption.algo=BCRYPT |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 51 | |
| 52 | ## applicable: rewrite, foundry, filter, deny |
| 53 | security.rewrite.strategies=filter, foundry, rewrite |