blob: 70de25a88b083e05ed8e97923d6c41319e471db4 [file] [log] [blame]
Michael Hanl72c7b832015-09-03 08:42:15 +02001### Common options
2# read index from:
3lucene.indexDir = /Users/hanl/Projects/prep_corpus2
4## lucene.indexDir = /home/hanl/Projects/prep_corpus
5## lucene.indexDir = /data/indices
6
7
8# Lucene Backend properties
9lucene.properties = true
10lucene.index.commit.count = 134217000
11lucene.index.commit.log = log/korap.commit.log
12
13# Not active at the moment:
14lucene.index.search.count.default = 25
15lucene.index.search.count.max = 100
16lucene.index.search.context.left.type = token
17lucene.index.search.context.left.default = 6
18lucene.index.search.context.left.max = 12
19lucene.index.search.context.right.type = token
20lucene.index.search.context.right.default = 6
21lucene.index.search.context.right.max = 12
22
23
24### Options for server mode ###
25service.port = 8070
26
27## email configuration
28mail.host = mail.ids-mannheim.de
29mail.from = no-reply@korap.ids-mannheim.de
30
31## frontend parameter - deprecated
32korap.frontend.url = http://localhost:8080
33## korap.frontend.url = http://klinux10.ids-mannheim.de:8080/korap-frontend/app
34
35korap.ql=Cosmas2, Poliqarp, CQL, ANNIS
36korap.issuer=http://korap1:8080/api
37
38## configuration options
39log4jconfig = ./config/log4j.properties
40
41# directory to reference jsp and html files for static content
42webapp.dir=webapp
43
44
45## NEW!!
46users.config=/Users/hanl/Projects/KorAP-project/KorAP-modules/KorAP-REST/config/users.c
47policies.config=/Users/hanl/Projects/KorAP-project/KorAP-modules/KorAP-REST/config/policies.c
48
49## options referring to the security module!
50
51## token expiration time in minutes!
52## decpricated, no function uses this anymore
53security.absoluteTimeoutDuration = 45M
54
55security.tokenTTL=72H
56security.shortTokenTTL=12H
57
58security.idleTimeoutDuration = 25M
59security.multipleLogIn = true
60security.loginAttemptNum = 3
61security.authAttemptTTL = 45M
62
63security.encryption.loadFactor = 8
64security.validation.stringLength = 150
65security.validation.emailLength = 50
66security.encryption.algo=BCRYPT
67security.sharedSecret=nHim5JB-YqkX7sS55jayGBnga8WmqgpkzieGe8UhojE
68security.adminToken=f61d02c04a0f18d60172f7b990955824
69
70# change to persistent id or create one (could be list of values, which would be joined!)
71security.shibUserMapping=eppn
72
73# specify a default client!
74
75## applicable: rewrite, foundry, filter, deny
76security.rewrite.strategies=filter, foundry, rewrite
77
78## name of the policy condition that registering users can be added by default
79## if none given, none is applied
80security.group.public=public