From 639da5de59407530ea1e1b643f7d8676ec07dd19 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 6 Apr 2018 13:28:24 -0700 Subject: [PATCH] Changes https flag to false for UI dev env --- awx/ui/build/webpack.watch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/build/webpack.watch.js b/awx/ui/build/webpack.watch.js index 5bf1aad89c..4450024a30 100644 --- a/awx/ui/build/webpack.watch.js +++ b/awx/ui/build/webpack.watch.js @@ -51,7 +51,7 @@ const watch = { stats: 'minimal', publicPath: '/static/', host: '127.0.0.1', - https: true, + https: false, port: 3000, clientLogLevel: 'none', proxy: [{