From: Colin Mitchell Date: Thu, 4 May 2017 02:36:36 +0000 (-0400) Subject: Make vagrant HTTP port configurable (#2510) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=908b96a370d08bbf9c9418f24ac50636b3f76e82;p=mastodon.git Make vagrant HTTP port configurable (#2510) --- diff --git a/Vagrantfile b/Vagrantfile index d58ef78fd..eeab72904 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,6 +1,8 @@ # -*- mode: ruby -*- # vi: set ft=ruby : +ENV["PORT"] ||= "3000" + $provision = <