blob: d39eb63b236727d7a5c74eb79a4fde51035f0d1c [file] [log] [blame]
Marc Kupietz1c90f682024-08-28 16:01:09 +02001{
2 hypnotoad => {
3 listen => ['http://*:3000'],
4 trusted_proxies => ['10.0/8', '127.0.0.1'],
5 proxy => 1,
Marc Kupietzca05c192026-09-06 13:47:07 +02006 # 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 Kupietz1c90f682024-08-28 16:01:09 +020010 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 Kupietz1c90f682024-08-28 16:01:09 +020023 # Piwik => {
24 # url => 'https://stats.ids-mannheim.de',
25 # token_auth => 'ad7609a669179c4ebca7c995342f7e12',
26 # site_id => 16,
27 # embed => 1
28 # },
29}