Use http by default (not https) to be consistent with Trellis

This commit is contained in:
QWp6t
2016-11-03 08:35:44 -07:00
parent e4d8be1642
commit e6f2f494b0

View File

@@ -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]"
}