diff --git a/config/dev.env.js b/config/dev.env.js index cc138ed..9e51854 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -10,5 +10,5 @@ // BASE_API: '"http://119.254.103.80:14537"' // BASE_API: '"http://192.168.0.225:14537"' // BASE_API: '"http://localhost:8080/api/"' - BASE_API: '"http://192.168.8.201:8083"' + BASE_API: '"http://124.42.118.61:8093"' }) diff --git a/config/dev.env.js b/config/dev.env.js index cc138ed..9e51854 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -10,5 +10,5 @@ // BASE_API: '"http://119.254.103.80:14537"' // BASE_API: '"http://192.168.0.225:14537"' // BASE_API: '"http://localhost:8080/api/"' - BASE_API: '"http://192.168.8.201:8083"' + BASE_API: '"http://124.42.118.61:8093"' }) diff --git a/config/index.js b/config/index.js index 8c6eb2a..02c56f5 100644 --- a/config/index.js +++ b/config/index.js @@ -21,7 +21,7 @@ // Various Dev Server settings host: '0.0.0.0', // can be overwritten by process.env.HOST - port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined + port: 8081, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, notifyOnErrors: false, diff --git a/config/dev.env.js b/config/dev.env.js index cc138ed..9e51854 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -10,5 +10,5 @@ // BASE_API: '"http://119.254.103.80:14537"' // BASE_API: '"http://192.168.0.225:14537"' // BASE_API: '"http://localhost:8080/api/"' - BASE_API: '"http://192.168.8.201:8083"' + BASE_API: '"http://124.42.118.61:8093"' }) diff --git a/config/index.js b/config/index.js index 8c6eb2a..02c56f5 100644 --- a/config/index.js +++ b/config/index.js @@ -21,7 +21,7 @@ // Various Dev Server settings host: '0.0.0.0', // can be overwritten by process.env.HOST - port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined + port: 8081, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, notifyOnErrors: false, diff --git a/config/prod.env.js b/config/prod.env.js index 037e66b..b57cabb 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,5 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://192.168.8.201:8083"', + BASE_API: '"http://124.42.118.61:8083"', }