Skip to content

Commit

Permalink
changes the default config hosts from .dev to .test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn committed Sep 22, 2017
1 parent 791af39 commit 3fb2735
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vvv-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ sites:
wordpress-default:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-default.git
hosts:
- local.wordpress.dev
- local.wordpress.test

# The wordpress-develop configuration is useful for contributing to WordPress.
wordpress-develop:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-develop.git
hosts:
- src.wordpress-develop.dev
- build.wordpress-develop.dev
- src.wordpress-develop.test
- build.wordpress-develop.test

# The following commented out site configuration will create a standard WordPress
# site in www/example-site/ available at http://my-example-site.dev.
Expand All @@ -34,7 +34,7 @@ sites:
#example-site:
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git
# hosts:
# - my-example-site.dev
# - my-example-site.test

# The following commented out site configuration will create a environment useful
# for contributions to the WordPress meta team:
Expand Down

0 comments on commit 3fb2735

Please sign in to comment.