Changes https flag to false for UI dev env

This commit is contained in:
Jared Tabor 2018-04-06 13:28:24 -07:00
parent ac29e5d299
commit 639da5de59
No known key found for this signature in database
GPG Key ID: 1B343EC4C3CF7E5C

View File

@ -51,7 +51,7 @@ const watch = {
stats: 'minimal',
publicPath: '/static/',
host: '127.0.0.1',
https: true,
https: false,
port: 3000,
clientLogLevel: 'none',
proxy: [{