blob: 18c7d0a875d701f3210bbb0999f770503e073441 [file] [log] [blame]
{
Notifications => {
'Kalamar::Plugin::Notifications' => 1,
JSON => 1
},
Search => {
engine => 'Kalamar::API',
api => 'http://10.0.10.13:7070/api/v0.1/'
# 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
},
'TagHelpers-Pagination' => {
prev => '<span><span>&lt;</span></span>',
next => '<span><span>&lt;</span></span>',
ellipsis => '<a class="ellipsis"><span><span>...</span></span></a>',
separator => '',
current => '<span>{current}</span>',
page => '<span>{page}</span>'
},
Localize => {
resources => ['kalamar.dict']
},
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
}
}