margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 1 | ## index dir |
margaretha | cfea1ae | 2018-01-15 20:27:26 +0100 | [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 | 56e8e55 | 2017-12-05 16:31:21 +0100 | [diff] [blame] | 13 | ## server |
| 14 | server.port=8089 |
| 15 | server.host=localhost |
| 16 | |
margaretha | a86b141 | 2018-02-21 20:40:35 +0100 | [diff] [blame] | 17 | ## mail settings |
| 18 | mail.enabled = false |
| 19 | mail.receiver = test@localhost |
| 20 | mail.sender = noreply@ids-mannheim.de |
margaretha | 7d0165c | 2018-02-26 15:31:37 +0100 | [diff] [blame] | 21 | mail.address.retrieval = test |
margaretha | a86b141 | 2018-02-21 20:40:35 +0100 | [diff] [blame] | 22 | |
| 23 | ## mail.templates |
| 24 | template.group.invitation = notification.vm |
| 25 | |
margaretha | 56e8e55 | 2017-12-05 16:31:21 +0100 | [diff] [blame] | 26 | ## default layers |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 27 | default.layer.p = tt |
| 28 | default.layer.l = tt |
| 29 | default.layer.o = opennlp |
| 30 | default.layer.d = mate |
| 31 | default.layer.c = corenlp |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 32 | |
margaretha | 2c019fa | 2018-02-01 19:50:51 +0100 | [diff] [blame] | 33 | ## delete configuration (default hard) |
| 34 | # delete.auto.group = hard |
| 35 | delete.group = soft |
| 36 | delete.group.member = soft |
| 37 | |
margaretha | 56e8e55 | 2017-12-05 16:31:21 +0100 | [diff] [blame] | 38 | ## availability regex |
margaretha | dfecb4b | 2017-12-12 19:32:30 +0100 | [diff] [blame] | 39 | ## only support | |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 40 | availability.regex.free = CC-BY.* |
margaretha | ad618d2 | 2017-12-11 19:58:49 +0100 | [diff] [blame] | 41 | availability.regex.public = ACA.* | QAO-NC |
margaretha | c38c856 | 2017-11-21 19:02:08 +0100 | [diff] [blame] | 42 | availability.regex.all = QAO.* |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 43 | |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 44 | ## options referring to the security module! |
| 45 | |
| 46 | ## token expiration time in minutes! |
| 47 | security.longTokenTTL = 1D |
| 48 | security.tokenTTL = 9S |
| 49 | security.shortTokenTTL = 5S |
| 50 | |
margaretha | 6b3ecdd | 2018-03-01 18:23:56 +0100 | [diff] [blame^] | 51 | security.jwt.issuer=korap.ids-mannheim.de |
margaretha | f18298b | 2017-09-14 22:14:32 +0200 | [diff] [blame] | 52 | |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 53 | ## specifies the user data field that is used to salt user passwords |
margaretha | f18298b | 2017-09-14 22:14:32 +0200 | [diff] [blame] | 54 | security.passcode.salt=salt |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 55 | |
| 56 | security.idleTimeoutDuration = 25M |
| 57 | security.multipleLogIn = true |
| 58 | security.loginAttemptNum = 3 |
| 59 | security.authAttemptTTL = 45M |
| 60 | |
| 61 | security.encryption.loadFactor = 8 |
| 62 | security.validation.stringLength = 150 |
| 63 | security.validation.emailLength = 50 |
| 64 | security.encryption.algo=BCRYPT |
margaretha | dfecb4b | 2017-12-12 19:32:30 +0100 | [diff] [blame] | 65 | security.sharedSecret=testSecret |
margaretha | fc9e407 | 2017-08-29 18:34:01 +0200 | [diff] [blame] | 66 | |
| 67 | ## applicable: rewrite, foundry, filter, deny |
| 68 | security.rewrite.strategies=filter, foundry, rewrite |