From e6f2f494b019db75d04ae4d508e9cbf798d0392b Mon Sep 17 00:00:00 2001 From: QWp6t Date: Thu, 3 Nov 2016 08:35:44 -0700 Subject: [PATCH] Use http by default (not https) to be consistent with Trellis --- assets/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/config.json b/assets/config.json index 3405de1e1f..084d1430c6 100644 --- a/assets/config.json +++ b/assets/config.json @@ -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]" }