Skip to content

Commit bd3e949

Browse files
committed
Turn off ssl (again)
1 parent b22b855 commit bd3e949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vue.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ module.exports = {
6464
'X-Requested-With, content-type, Authorization'
6565
},
6666
// Uncomment this https block below to enable https in the Maverick environment
67-
67+
/*
6868
https: {
6969
key: fs.readFileSync('/srv/maverick/data/security/ssl/web/mavweb.key'),
7070
cert: fs.readFileSync('/srv/maverick/data/security/ssl/web/mavweb.crt'),
7171
ca: fs.readFileSync('/srv/maverick/data/security/ssl/ca/mavCA.pem'),
7272
},
73-
73+
*/
7474
https: false,
7575
hotOnly: true,
7676
inline: true,

0 commit comments

Comments
 (0)