Skip to content

Commit

Permalink
Use http by default (not https) to be consistent with Trellis
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Nov 3, 2016
1 parent e4d8be1 commit e6f2f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"src/**/*.php"
],
"publicPath": "/app/themes/sage",
"devUrl": "https://example.dev",
"proxyUrl": "https://localhost:3000",
"devUrl": "http://example.dev",
"proxyUrl": "http://localhost:3000",
"cacheBusting": "[name]_[hash:8]"
}

0 comments on commit e6f2f49

Please sign in to comment.