diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-21 22:25:31 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:42:00 +0200 |
commit | 1d667e26f9d6661c6ca5b65ec42d44ea70cec5b6 (patch) | |
tree | 527fbfaaccdb28734e5abe8b94506fb73b9d52ff /vagrant_support/hypnotoad | |
parent | 142b1c3262d7c4a61fa7a80254a6a82506d74d23 (diff) | |
download | bugzilla-1d667e26f9d6661c6ca5b65ec42d44ea70cec5b6.tar.gz bugzilla-1d667e26f9d6661c6ca5b65ec42d44ea70cec5b6.tar.xz |
vagrant hypnotoad should be in dev mode
Diffstat (limited to 'vagrant_support/hypnotoad')
-rwxr-xr-x | vagrant_support/hypnotoad | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant_support/hypnotoad b/vagrant_support/hypnotoad index dc92fac23..af6a600f3 100755 --- a/vagrant_support/hypnotoad +++ b/vagrant_support/hypnotoad @@ -33,6 +33,7 @@ USER=vagrant PERL5LIB="$BUGZILLA:$BUGZILLA/lib:$BUGZILLA/local/lib/perl5" export PERL5LIB +export MOJO_MODE if [[ x$PORT == x ]]; then PORT=80 |