| { |
| 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' |
| } |
| }, |
| # Oro => { |
| # users => { |
| # file => app->home .'/db/users.sqlite' |
| # }, |
| # }, |
| 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>' |
| }, |
| MailException => { |
| from => 'korap@ids-mannheim.de', |
| to => 'diewald@ids-mannheim.de', |
| subject => '[KorAP] Testbed crashed' |
| } |
| } |