From 72c44ed40a47e823a82d6749fe5c1e94ece4e8a7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 16 Jan 2017 19:31:33 +0100 Subject: PICOMON_LISTEN -> LISTEN --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 3025f41..61671b9 100644 --- a/index.pl +++ b/index.pl @@ -144,7 +144,7 @@ post '/update' => sub { app->config( hypnotoad => { - listen => [ $ENV{PICOMON_LISTEN} // 'http://*:8099' ], + listen => [ $ENV{LISTEN} // 'http://*:8099' ], pid_file => '/tmp/picomon.pid', workers => 1, }, -- cgit v1.2.3