blob: f48fece6c7e07c90035d9a8ff65b3e742414fff4 [file] [log] [blame]
Nils Diewald5d1ffb42014-05-21 17:45:34 +00001{
Nils Diewalddd2d4e82014-05-31 17:08:33 +00002 Search => {
Nils Diewald2fe12e12015-03-06 16:47:06 +00003 engine => 'Kalamar::API',
Akronb7b4b2f2016-10-12 17:00:43 +02004 # IDS Kustvakt server:
5 # api => 'http://10.0.10.13:7070/api/v0.1/'
6 # Local Kustvakt server:
Akrondadacf12016-01-22 19:24:59 +01007 # api => 'http://10.0.10.51:7070/api/v0.1/'
Akron27ae9ec2015-06-23 00:43:21 +02008 api => 'http://localhost:9999/api/v0.1/'
Nils Diewald2329e1d2014-06-12 16:07:57 +00009 },
10 CHI => {
11 default => {
12 driver => 'FastMmap',
Nils Diewald94bae912014-09-22 13:40:31 +000013 root_dir => app->home . '/cache/data',
Akrondadacf12016-01-22 19:24:59 +010014 cache_size => '100m',
15 max_size => '100m'
16 },
17 user => {
18 l1_cache => {
19 driver => 'FastMmap',
20 root_dir => app->home . '/cache/usermap',
21 cache_size => '50m',
22 max_size => '50m'
23 },
24 driver => 'File',
25 root_dir => app->home . '/cache/userfile',
26 max_key_length => 64,
27 max_size => '500m'
Nils Diewald2329e1d2014-06-12 16:07:57 +000028 }
Nils Diewald1eba6572014-06-17 19:49:53 +000029 },
30 hypnotoad => {
Nils Diewalddd9d8d72014-06-23 15:09:37 +000031 listen => ['http://*:6666', 'http://*:5555'],
Nils Diewaldf2e02a92014-11-12 18:31:05 +000032 workers => 5,
Nils Diewaldd2b57372015-03-10 20:09:48 +000033 inactivity_timeout => 120,
34 proxy => 1
Nils Diewald002e8fb2014-06-22 14:27:01 +000035 },
Nils Diewald4e9fbcb2014-07-15 11:45:09 +000036 MailException => {
Nils Diewaldc46003b2015-05-07 15:55:35 +000037 from => join('@', 'korap', 'ids-mannheim.de'),
38 to => join('@', 'korap', 'ids-mannheim.de'),
Akronfef94782015-06-10 21:31:53 +020039 subject => '[KorAP] Kalamar crashed'
Nils Diewaldc46003b2015-05-07 15:55:35 +000040 },
41 # Doesn't make much sense when published, but who cares ...
42 'TagHelpers-MailToChiffre' => {
43 method_name => 'PArok',
44 pattern_rotate => 673
Nils Diewald5d1ffb42014-05-21 17:45:34 +000045 }
46}