summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-01-16 19:31:33 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-01-16 19:31:33 +0100
commit72c44ed40a47e823a82d6749fe5c1e94ece4e8a7 (patch)
treedde308de671fec52c4b824968758af91717ae589
parent1c5ed449f3061d5105f55aca50114199356866f6 (diff)
PICOMON_LISTEN -> LISTEN
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
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,
},