From 25dc372954813ece8115b10d37841edf501fc8f2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 1 Apr 2012 14:52:32 +0200 Subject: add hypnotoad config --- cgi/index.pl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cgi/index.pl b/cgi/index.pl index bb52308..96c93d7 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -93,6 +93,14 @@ get '/:station' => \&handle_request; get '/:station/:via' => \&handle_request; get '/multi/:station' => \&handle_request; +app->config( + hypnotoad => { + accepts => 10, + listen => ['http://*:8092'], + pid_file => '/tmp/db-fake.pid', + }, +); + app->start(); __DATA__ -- cgit v1.2.3