|
@@ -27,10 +27,10 @@ module.exports = {
|
27
|
27
|
// can be overwritten by process.env.HOST
|
28
|
28
|
// if you want dev by ip, please set host: '0.0.0.0'
|
29
|
29
|
|
30
|
|
- // host: 'xt.test.sgjyun.com',
|
|
30
|
+ host: 'xt.test.sgjyun.com',
|
31
|
31
|
// host: 'xt.kuyicloud.com',
|
32
|
32
|
// host: 'xt.test.sgjyun.com',
|
33
|
|
- host: 'xt.test.sgjyun.com',
|
|
33
|
+ // host: 'localhost',
|
34
|
34
|
port: 9528, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
35
|
35
|
autoOpenBrowser: true,
|
36
|
36
|
errorOverlay: true,
|