summaryrefslogtreecommitdiffstats
path: root/bugzilla.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-20 23:10:32 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:41:58 +0200
commit5ac448e57e94bb8f286df0cfcebb7dfed066ed40 (patch)
tree8334bb1984f62f7463c1bb5f7750725abfe95266 /bugzilla.pl
parente1b48df3b5cdd81920782a8585864af3b294e919 (diff)
downloadbugzilla-5ac448e57e94bb8f286df0cfcebb7dfed066ed40.tar.gz
bugzilla-5ac448e57e94bb8f286df0cfcebb7dfed066ed40.tar.xz
add hypnotoad to vagrant
Diffstat (limited to 'bugzilla.pl')
-rwxr-xr-xbugzilla.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bugzilla.pl b/bugzilla.pl
index 505b44982..41a4d8e6a 100755
--- a/bugzilla.pl
+++ b/bugzilla.pl
@@ -14,5 +14,7 @@ BEGIN {
}
use Mojolicious::Commands;
+$ENV{MOJO_LISTEN} ||= $ENV{PORT} ? "http://*:$ENV{PORT}" : "http://*:3001";
+
# Start command line interface for application
Mojolicious::Commands->start_app('Bugzilla::Quantum');