blob: a9522d4ba2c62a9d1b518f89ab2992302e24ccbf [file] [log] [blame]
Marc Kupietz3e3e3262022-04-12 23:11:45 +02001{
2 hypnotoad => {
3 listen => ['http://*:5673'],
4 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}