mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
add comments to the new get_default_hostname etc. functions, and simplify the logic in the Vagrantfile and start.sh so that we always call into the same two functions
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
|
||||
# machine figure out its own public IP and it'll take a
|
||||
# subdomain on our justtesting.email domain so we can get
|
||||
# started quickly.
|
||||
export PUBLIC_IP=auto-web
|
||||
export PUBLIC_IP=auto
|
||||
export PUBLIC_HOSTNAME=auto-easy
|
||||
export CSR_COUNTRY=US
|
||||
|
||||
|
||||
Reference in New Issue
Block a user