blob: a68f5e399b8b4d441f77ad913f896a8f773035fd [file] [log] [blame]
Marc Kupietz3e3e3262022-04-12 23:11:45 +02001{
2 hypnotoad => {
Marc Kupietza3774412022-06-10 21:46:22 +02003 listen => ['http://*:3000'],
Marc Kupietz3e3e3262022-04-12 23:11:45 +02004 trusted_proxies => ['10.0/8', '127.0.0.1'],
5 proxy => 1,
6 pid_file => 'derekovecs-example.'. `hostname -s | tr -d "\n"` .'.pid',
7 workers => 4
8 },
9
10 morbo => {
11 listen => ['http://*:5673'],
12 workers => 0
13 },
14
15 w2v => {
16 vecs => "example-models/wpd19_10000/wpd19_10000.vecs"
17 },
18
19 # Piwik => {
20 # url => 'https://stats.ids-mannheim.de',
21 # token_auth => 'ad7609a669179c4ebca7c995342f7e12',
22 # site_id => 16,
23 # embed => 1
24 # },
25}