| { |
| hypnotoad => { |
| listen => ['http://*:3000'], |
| trusted_proxies => ['10.0/8', '127.0.0.1'], |
| proxy => 1, |
| # In /tmp, not in the working directory: the image is built so that it can |
| # run as any user, which is what an NFS export with root_squash needs, and |
| # /derekovecs is only writable by root. |
| pid_file => '/tmp/derekovecs-example.'. `hostname -s | tr -d "\n"` .'.pid', |
| workers => 4 |
| }, |
| |
| morbo => { |
| listen => ['http://*:5673'], |
| workers => 0 |
| }, |
| |
| w2v => { |
| vecs => "/example-models/wpd19_10000/wpd19_10000.vecs", |
| # korap_url => "https://korap.ids-mannheim.de" |
| }, |
| |
| # Piwik => { |
| # url => 'https://stats.ids-mannheim.de', |
| # token_auth => 'ad7609a669179c4ebca7c995342f7e12', |
| # site_id => 16, |
| # embed => 1 |
| # }, |
| } |