blob: eae516835acb64d2d0309723917670e5f164a050 [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,
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 # korap_url => "https://korap.ids-mannheim.de"
18 },
19
20 downtime_calendar_url => "https://cloud.ids-mannheim.de/remote.php/dav/public-calendars/QfRCG4HriLcZJJRd?export",
21
22 # Piwik => {
23 # url => 'https://stats.ids-mannheim.de',
24 # token_auth => 'ad7609a669179c4ebca7c995342f7e12',
25 # site_id => 16,
26 # embed => 1
27 # },
28}