Skip to content

Commit

Permalink
make the url match our app config
Browse files Browse the repository at this point in the history
  • Loading branch information
danblaker committed Mar 21, 2013
1 parent 98b1725 commit 76d9196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Vagrant::Config.run do |config|
{
name: "wkr",
docroot: "/vagrant/www/wkr/web/public/",
server_name: "www.wkr.dev",
server_aliases: ["www.wkr.dev"],
server_name: "wkr.dev",
server_aliases: ["wkr.dev"],
},{
name: "debug.wkr",
docroot: "/var/www/webgrind/",
Expand Down

0 comments on commit 76d9196

Please sign in to comment.