blob: 655260604a23cdddca32d7ac57ed04ca37f753cf [file] [log] [blame]
{
KorAP => {
# '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 => 'Korap::Plugin::KorapSearch'
},
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'
}
},
Oro => {
users => {
file => app->home .'/db/users.sqlite'
},
},
'Oro-Session' => {
name => 'KorAP',
chi_handle => 'session_cache'
},
'Oro-Account' => {
invalid => [qw/corpus collection user admin tutorial/],
default_lang => 'de',
oro_handle => 'users',
},
hypnotoad => {
listen => ['http://*:6666', 'http://*:5555'],
workers => 5,
inactivity_timeout => 120
},
'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>'
},
MailException => {
from => 'korap@ids-mannheim.de',
to => 'diewald@ids-mannheim.de',
subject => '[KorAP] Testbed crashed'
}
}