|
@@ -4,8 +4,8 @@
|
|
|
|
|
|
const path = require('path')
|
|
const path = require('path')
|
|
//const proxy_path = 'http://192.168.2.121:5050';
|
|
//const proxy_path = 'http://192.168.2.121:5050';
|
|
-// 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.236:5050';
|
|
|
|
+// const proxy_path = 'http://127.0.0.1:5050';
|
|
// const proxy_path = 'http://223.93.170.82:23650';
|
|
// 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';
|
|
|
|
|
|
@@ -24,8 +24,8 @@ module.exports = {
|
|
|
|
|
|
// Various Dev Server settings
|
|
// Various Dev Server settings
|
|
port: 8083, // 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
|
|
- // host: '192.168.0.101',
|
|
|
|
- host: '192.168.4.213',
|
|
|
|
|
|
+ host: '192.168.3.106',
|
|
|
|
+ // host: '127.0.0.1',
|
|
autoOpenBrowser: true,
|
|
autoOpenBrowser: true,
|
|
errorOverlay: true,
|
|
errorOverlay: true,
|
|
notifyOnErrors: true,
|
|
notifyOnErrors: true,
|