Remove Debug

This commit is contained in:
Popey456963 2015-03-27 19:05:55 +00:00
parent 5b325c7819
commit 4309f1108c

6
Vagrantfile vendored
View file

@ -7,12 +7,8 @@ VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provider :virtualbox do |vb|
vb.gui = true
end
config.vm.box = "ubuntu/trusty64"
config.vm.network "forwarded_port", guest: 3000, host: 3000
config.vm.provision "shell", path: "scripts/vagrant/provision.sh"