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 | |
parent | 142b1c3262d7c4a61fa7a80254a6a82506d74d23 (diff) | |
download | bugzilla-1d667e26f9d6661c6ca5b65ec42d44ea70cec5b6.tar.gz bugzilla-1d667e26f9d6661c6ca5b65ec42d44ea70cec5b6.tar.xz |
vagrant hypnotoad should be in dev mode
Diffstat (limited to 'vagrant_support')
-rwxr-xr-x | vagrant_support/hypnotoad | 1 | ||||
-rw-r--r-- | vagrant_support/hypnotoad.yml | 1 |
2 files changed, 2 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 diff --git a/vagrant_support/hypnotoad.yml b/vagrant_support/hypnotoad.yml index 9379b0c3c..a66f9ba04 100644 --- a/vagrant_support/hypnotoad.yml +++ b/vagrant_support/hypnotoad.yml @@ -8,6 +8,7 @@ content: | BUGZILLA=/vagrant USER=vagrant + MOJO_MODE=development - name: hypnotoad daemon init file template: |