Add 'secure: false' to proxy setting

This commit is contained in:
Aarni Halinen
2018-08-16 00:33:12 +03:00
parent 6565f54567
commit f6d50413db
+4 -1
View File
@@ -23,7 +23,10 @@ module.exports = merge(commonConfig, {
'.sahkoinsinoorikilta.fi',
],
proxy: {
'/api': 'http://localhost:8000',
'/api': {
target: 'http://localhost:8000',
secure: false,
},
},
// clientLogLevel: 'none',
// https: settings.dev_server.https,