| Marc Kupietz | 1c90f68 | 2024-08-28 16:01:09 +0200 | [diff] [blame] | 1 | { |
| 2 | hypnotoad => { |
| 3 | listen => ['http://*:3000'], |
| 4 | trusted_proxies => ['10.0/8', '127.0.0.1'], |
| 5 | proxy => 1, |
| Marc Kupietz | ca05c19 | 2026-09-06 13:47:07 +0200 | [diff] [blame^] | 6 | # In /tmp, not in the working directory: the image is built so that it can |
| 7 | # run as any user, which is what an NFS export with root_squash needs, and |
| 8 | # /derekovecs is only writable by root. |
| 9 | pid_file => '/tmp/derekovecs-example.'. `hostname -s | tr -d "\n"` .'.pid', |
| Marc Kupietz | 1c90f68 | 2024-08-28 16:01:09 +0200 | [diff] [blame] | 10 | workers => 4 |
| 11 | }, |
| 12 | |
| 13 | morbo => { |
| 14 | listen => ['http://*:5673'], |
| 15 | workers => 0 |
| 16 | }, |
| 17 | |
| 18 | w2v => { |
| 19 | vecs => "/example-models/wpd19_10000/wpd19_10000.vecs", |
| 20 | # korap_url => "https://korap.ids-mannheim.de" |
| 21 | }, |
| 22 | |
| Marc Kupietz | 1c90f68 | 2024-08-28 16:01:09 +0200 | [diff] [blame] | 23 | # Piwik => { |
| 24 | # url => 'https://stats.ids-mannheim.de', |
| 25 | # token_auth => 'ad7609a669179c4ebca7c995342f7e12', |
| 26 | # site_id => 16, |
| 27 | # embed => 1 |
| 28 | # }, |
| 29 | } |