|
@@ -5,9 +5,9 @@
|
|
|
const path = require('path')
|
|
|
// const proxy_path = 'http://192.168.2.236:80';
|
|
|
// const proxy_path = 'http://192.168.2.236:5050';
|
|
|
-// const proxy_path = 'http://192.168.2.241:5050';
|
|
|
+const proxy_path = 'http://192.168.2.241:5050';
|
|
|
// const proxy_path = 'http://223.93.170.82:23650';
|
|
|
-const proxy_path = 'http://223.93.170.82:24182';
|
|
|
+// const proxy_path = 'http://223.93.170.82:24182';
|
|
|
|
|
|
module.exports = {
|
|
|
dev: {
|
|
@@ -23,7 +23,7 @@ module.exports = {
|
|
|
},
|
|
|
|
|
|
// Various Dev Server settings
|
|
|
- port: 8082, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
|
|
+ port: 8083, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
|
|
autoOpenBrowser: true,
|
|
|
errorOverlay: true,
|
|
|
notifyOnErrors: true,
|