Permalink
Browse files
changed box hostname for easier url usage
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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