blob: b0620643a0c3111859f42e03d97cb63eb2b2a481 [file] [log] [blame]
{
Kalamar => {
# 'api-0.1' => 'http://10.0.10.13:8888/api/v0.1/'
'api-0.1' => 'http://10.0.10.13:7070/api/v0.1/'
},
Notifications => {
Alertify => {
base_timeout => 10_000
},
JSON => 1
},
Search => {
engine => 'Kalamar::API',
api => 'http://10.0.10.13:7070/api/v0.1/'
},
CHI => {
# session_cache => {
# driver => 'FastMmap',
# root_dir => app->home . '/cache/session',
# cache_size => '3m'
# },
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><i class="fa fa-caret-left"></i></span>',
next => '<span><i class="fa fa-caret-right"></i></span>',
ellipsis => '<span><i class="fa fa-ellipsis-h"></i></span>',
separator => '',
current => '<span>{current}</span>',
page => '<span>{page}</span>'
},
Localize => {
dict => {
_ => sub { $_->locale },
de => {
about => 'Über KorAP',
login => 'Anmelden',
searchplaceholder => 'Finde ...',
go => 'Suche!',
in => 'in',
with => 'mit',
glimpse => 'Stichproben',
faq => 'Häufige Fragen',
tutorial => 'Einführung',
korap => {
-short => 'KorAP',
long => 'KorAP - Korpusanalyseplattform der nächsten Generation'
}
},
en => {
about => 'About KorAP',
login => 'Login',
go => 'Go!',
searchplaceholder => 'Find ...',
in => 'in',
with => 'with',
glimpse => 'Glimpse',
faq => 'F.A.Q.',
tutorial => 'Tutorial',
korap => {
-short => 'KorAP',
long => 'KorAP - Corpus Analysis Platform'
}
}
}
},
MailException => {
from => 'korap@ids-mannheim.de',
to => 'diewald@ids-mannheim.de',
subject => '[KorAP] Testbed crashed'
}
}