Skip to content

Commit

Permalink
Switch .dev to .test development TLD
Browse files Browse the repository at this point in the history
  • Loading branch information
primozcigler committed Jan 5, 2018
1 parent e3d21d5 commit 89c7764
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ Vagrant.configure('2') do |config|
############################################################################
config.vm.define "sandbox", autostart: false do |sandbox|
sandbox.vm.network :private_network, ip: '192.168.51.63'
sandbox.vm.hostname = "sandbox.proteusthemes.dev"
sandbox.vm.hostname = "sandbox.proteusthemes.test"

if Vagrant.has_plugin? 'vagrant-hostmanager'
sandbox.hostmanager.enabled = true
sandbox.hostmanager.manage_host = true
sandbox.hostmanager.aliases = ['xml-io.proteusthemes.dev']
sandbox.hostmanager.aliases = ['xml-io.proteusthemes.test']
end

sandbox.vm.provision :ansible do |ansible|
Expand Down
4 changes: 2 additions & 2 deletions group_vars/development/mail.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation: https://roots.io/trellis/docs/mail/
mailhog_install_ssmtp: no
mail_admin: admin@proteusthemes.dev
mail_hostname: proteusthemes.dev
mail_admin: admin@proteusthemes.test
mail_hostname: proteusthemes.test
mail_smtp_server: localhost:1025
ssmtp_auth_method: ""
ssmtp_start_tls: 'no'
Expand Down
2 changes: 1 addition & 1 deletion group_vars/development/static_sites.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
static_sites:
apps.proteusthemes.com:
site_hosts:
- apps.proteusthemes.dev
- apps.proteusthemes.test
local_path: ../www/apps.proteusthemes.com
ssl:
enabled: false
Expand Down

0 comments on commit 89c7764

Please sign in to comment.