Commit 25dc3729 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

add hypnotoad config

parent 8821473d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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__