summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.pl b/index.pl
index 5dc9037..b4db45c 100644
--- a/index.pl
+++ b/index.pl
@@ -792,9 +792,9 @@ get '/multi/:station' => \&handle_request;
app->config(
hypnotoad => {
accepts => 10,
- listen => ['http://*:8092'],
+ listen => [ $ENV{DBFAKEDISPLAY_LISTEN} // 'http://*:8092' ],
pid_file => '/tmp/db-fakedisplay.pid',
- workers => $ENV{VRRFAKEDISPLAY_WORKERS} // 2,
+ workers => $ENV{DBFAKEDISPLAY_WORKERS} // 2,
},
);