blob: 71e7003fc9857385f49e40da488c0a7408b5f867 [file] [log] [blame]
Marc Kupietzc0d41872021-02-25 16:33:22 +01001{
2 hypnotoad => {
3 listen => ['http://*:5673'],
4 pid_file => 'w2v-dereko-2020-ii.'. `hostname -s | tr -d "\n"` .'.pid',
5 heartbeat_timeout => 180,
6 workers => 4
7 },
8
9 morbo => {
10 listen => ['http://*:5673'],
11 workers => 1
12 },
13
14 w2v => {
15 vecs => "/vol/work/kupietz/Work2/kl/trunk/Analysemethoden/word2vec/models/dereko-2020-ii.vecs"
16 },
17
18 Piwik => {
19 url => 'https://stats.ids-mannheim.de',
20 token_auth => 'ad7609a669179c4ebca7c995342f7e12',
21 site_id => 16,
22 embed => 1
23 },
24}