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 | |
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 |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 15 | |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 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 | # port&host added 06.02.17/FB |
| 22 | server.port=8089 |
| 23 | server.host=localhost |
| 24 | |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 25 | kustvakt.management.registration=enable |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 26 | |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 27 | #LDAP |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 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 |