Skip to content
Browse files

changed box hostname for easier url usage

  • Loading branch information...
1 parent 4d815cf commit b4c0a8da584c1fee3cc2e333f469eb24259cafd6 @mikemimik mikemimik committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 Vagrantfile
View
2 Vagrantfile
@@ -3,7 +3,7 @@
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
- config.vm.hostname = "dev-freecodecamp"
+ config.vm.hostname = "freecodecamp.dev"
config.vm.boot_timeout = 900
# Disable automatic box update checking. If you disable this, then

0 comments on commit b4c0a8d

Please sign in to comment.
Something went wrong with that request. Please try again.