Skip to content

Commit

Permalink
Change dev port to 6100
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Apr 5, 2020
1 parent 1823752 commit 45a12d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,16 @@ module.exports = {
clientLogLevel: 'warning',
compress: true,
host: '0.0.0.0',
public: 'http://0.0.0.0:6794',
public: 'http://0.0.0.0:6100',
disableHostCheck: true,
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, PATCH, OPTIONS',
'Access-Control-Allow-Headers':
'X-Requested-With, content-type, Authorization'
},
// https: false,
// Uncomment this https block below to enable https in the Maverick environment
https: {
key: fs.readFileSync('/srv/maverick/data/security/ssl/web/mavweb.key'),
cert: fs.readFileSync('/srv/maverick/data/security/ssl/web/mavweb.crt'),
Expand All @@ -75,7 +77,7 @@ module.exports = {
warnings: true,
errors: true
},
port: 6794,
port: 6100,
proxy: null
},
}

0 comments on commit 45a12d0

Please sign in to comment.