{ | |
Search => { | |
engine => 'Kalamar::API', | |
# IDS Kustvakt server: | |
# api => 'http://10.0.10.13:7070/api/v0.1/' | |
# Local Kustvakt server: | |
api => 'http://localhost:9999/api/v0.1/' | |
}, | |
CHI => { | |
default => { | |
driver => 'FastMmap', | |
root_dir => app->home . '/cache/data', | |
cache_size => '12m' | |
} | |
}, | |
hypnotoad => { | |
listen => ['http://*:6666', 'http://*:5555'], | |
workers => 5, | |
inactivity_timeout => 120, | |
proxy => 1 | |
}, | |
MailException => { | |
from => join('@', 'korap', 'ids-mannheim.de'), | |
to => join('@', 'korap', 'ids-mannheim.de'), | |
subject => '[KorAP] Kalamar crashed' | |
}, | |
# Doesn't make much sense when published, but who cares ... | |
'TagHelpers-MailToChiffre' => { | |
method_name => 'PArok', | |
pattern_rotate => 673 | |
} | |
} |