Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 1 | { |
Nils Diewald | dd2d4e8 | 2014-05-31 17:08:33 +0000 | [diff] [blame] | 2 | Search => { |
Nils Diewald | 2fe12e1 | 2015-03-06 16:47:06 +0000 | [diff] [blame] | 3 | engine => 'Kalamar::API', |
Akron | 27ae9ec | 2015-06-23 00:43:21 +0200 | [diff] [blame] | 4 | # api => 'http://10.0.10.13:7070/api/v0.1/' |
| 5 | api => 'http://localhost:9999/api/v0.1/' |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame] | 6 | }, |
| 7 | CHI => { |
| 8 | default => { |
| 9 | driver => 'FastMmap', |
Nils Diewald | 94bae91 | 2014-09-22 13:40:31 +0000 | [diff] [blame] | 10 | root_dir => app->home . '/cache/data', |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame] | 11 | cache_size => '12m' |
| 12 | } |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 13 | }, |
| 14 | hypnotoad => { |
Nils Diewald | dd9d8d7 | 2014-06-23 15:09:37 +0000 | [diff] [blame] | 15 | listen => ['http://*:6666', 'http://*:5555'], |
Nils Diewald | f2e02a9 | 2014-11-12 18:31:05 +0000 | [diff] [blame] | 16 | workers => 5, |
Nils Diewald | d2b5737 | 2015-03-10 20:09:48 +0000 | [diff] [blame] | 17 | inactivity_timeout => 120, |
| 18 | proxy => 1 |
Nils Diewald | 002e8fb | 2014-06-22 14:27:01 +0000 | [diff] [blame] | 19 | }, |
Nils Diewald | 4e9fbcb | 2014-07-15 11:45:09 +0000 | [diff] [blame] | 20 | MailException => { |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 21 | from => join('@', 'korap', 'ids-mannheim.de'), |
| 22 | to => join('@', 'korap', 'ids-mannheim.de'), |
Akron | fef9478 | 2015-06-10 21:31:53 +0200 | [diff] [blame] | 23 | subject => '[KorAP] Kalamar crashed' |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 24 | }, |
| 25 | # Doesn't make much sense when published, but who cares ... |
| 26 | 'TagHelpers-MailToChiffre' => { |
| 27 | method_name => 'PArok', |
| 28 | pattern_rotate => 673 |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 29 | } |
| 30 | } |