Vagrantfile 76 B

1234
  1. Vagrant.configure("2") do |config|
  2. config.vm.box = "ev1l0rd/freeshop"
  3. end