diff --git a/.gitignore b/.gitignore index 66ee05f..4f6f554 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ selenium-debug.log common/common.vue /src/views/common/common.vue config/index.js +config/index.js diff --git a/config/index.js b/config/index.js index a8f8fa9..da5cab6 100644 --- a/config/index.js +++ b/config/index.js @@ -23,7 +23,7 @@ module.exports = { }, // Various Dev Server settings - host: '192.168.110.160', // can be overwritten by process.env.HOST + host: '192.168.110.159', // can be overwritten by process.env.HOST port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true,