We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22b855 commit bd3e949Copy full SHA for bd3e949
vue.config.js
@@ -64,13 +64,13 @@ module.exports = {
64
'X-Requested-With, content-type, Authorization'
65
},
66
// Uncomment this https block below to enable https in the Maverick environment
67
-
+ /*
68
https: {
69
key: fs.readFileSync('/srv/maverick/data/security/ssl/web/mavweb.key'),
70
cert: fs.readFileSync('/srv/maverick/data/security/ssl/web/mavweb.crt'),
71
ca: fs.readFileSync('/srv/maverick/data/security/ssl/ca/mavCA.pem'),
72
73
+ */
74
https: false,
75
hotOnly: true,
76
inline: true,
0 commit comments