| { |
| 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', |
| searchtitle => 'KorAP: Finde "<%= $q %>" (<%= $ql %>)', |
| searchplaceholder => 'Finde ...', |
| go => 'Los!', |
| in => 'in', |
| by => 'von', |
| with => 'mit', |
| glimpse => 'Stichprobe', |
| faq => 'Häufige Fragen', |
| tutorial => 'Einführung', |
| pubOn => 'veröffentlicht am', |
| matchCount => 'Treffer', |
| jsFile => 'kalamar-<%= $Kalamar::VERSION %>-en.js', |
| korap => { |
| -short => 'KorAP', |
| long => 'KorAP - Korpusanalyseplattform der nächsten Generation', |
| overview => 'KorAP - Übersicht', |
| }, |
| }, |
| -en => { |
| about => 'About KorAP', |
| login => 'Login', |
| go => 'Go!', |
| searchtitle => 'KorAP: Find "<%= $q %>" (<%= $ql %>)', |
| searchplaceholder => 'Find ...', |
| in => 'in', |
| by => 'by', |
| with => 'with', |
| pubOn => 'published on', |
| matchCount => '<%= num($found, "match", "matches") %>', |
| glimpse => 'Sample', |
| faq => 'F.A.Q.', |
| tutorial => 'Tutorial', |
| jsFile => 'kalamar-<%= $Kalamar::VERSION %>-en.js', |
| korap => { |
| -short => 'KorAP', |
| long => 'KorAP - Corpus Analysis Platform', |
| overview => 'KorAP - Overview' |
| } |
| } |
| } |
| }, |
| MailException => { |
| from => 'korap@ids-mannheim.de', |
| to => 'diewald@ids-mannheim.de', |
| subject => '[KorAP] Testbed crashed' |
| } |
| } |