mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Merge pull request #1275 from jaredevantabor/webpack-dev
Changes https flag to false for UI dev env watcher
This commit is contained in:
@@ -51,7 +51,7 @@ const watch = {
|
|||||||
stats: 'minimal',
|
stats: 'minimal',
|
||||||
publicPath: '/static/',
|
publicPath: '/static/',
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
https: true,
|
https: false,
|
||||||
port: 3000,
|
port: 3000,
|
||||||
clientLogLevel: 'none',
|
clientLogLevel: 'none',
|
||||||
proxy: [{
|
proxy: [{
|
||||||
|
|||||||
Reference in New Issue
Block a user