Commit 18c253ee authored by Bill Cromie's avatar Bill Cromie Committed by Joshua Tauberer

adding a fully qualified domain name for the hostname and ignoring the .vagrant dir (#1027)

parent 34d58fb7
......@@ -4,3 +4,4 @@ management/__pycache__/
tools/__pycache__/
externals/
.env
.vagrant
......@@ -9,7 +9,7 @@ Vagrant.configure("2") do |config|
# to the public web. However, we currently don't want to expose SSH since
# the machine's box will let anyone log into it. So instead we'll put the
# machine on a private network.
config.vm.hostname = "mailinabox"
config.vm.hostname = "mailinabox.lan"
config.vm.network "private_network", ip: "192.168.50.4"
config.vm.provision :shell, :inline => <<-SH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment