summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-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,
},