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 c574328..afa3c27 100644
--- a/index.pl
+++ b/index.pl
@@ -591,9 +591,9 @@ get '/:stop' => \&handle_request;
app->config(
hypnotoad => {
- listen => ['http://*:8091'],
+ listen => [ $ENV{VRRFAKEDISPLAY_LISTEN} // 'http://*:8091' ],
pid_file => '/tmp/vrr-fakedisplay.pid',
- workers => $ENV{DBFAKEDISPLAY_WORKERS} // 2,
+ workers => $ENV{VRRFAKEDISPLAY_WORKERS} // 2,
},
);