2020-11-07 17:59:00 +00:00
|
|
|
{
|
2021-08-13 10:44:53 +00:00
|
|
|
app: {
|
|
|
|
autoStart: {
|
|
|
|
enabled: true,
|
2020-11-24 17:25:47 +00:00
|
|
|
},
|
2021-08-17 03:28:36 +00:00
|
|
|
mode: 'default',
|
2020-11-09 09:14:25 +00:00
|
|
|
},
|
2020-11-07 17:59:00 +00:00
|
|
|
plugin: {
|
|
|
|
node: {
|
2021-08-13 10:44:53 +00:00
|
|
|
setting: {
|
|
|
|
yarnRegistry: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
git: {
|
|
|
|
enabled: true,
|
|
|
|
},
|
|
|
|
overwall: {
|
2021-09-11 15:43:20 +00:00
|
|
|
enabled: false,
|
2021-08-13 10:44:53 +00:00
|
|
|
targets: {
|
2021-09-11 15:43:20 +00:00
|
|
|
'*gagedigital.com': true,
|
2021-08-13 10:44:53 +00:00
|
|
|
'*yonsz.net': true,
|
|
|
|
'*bootstrapcdn.com': true,
|
|
|
|
'*cloudflare.com': true,
|
|
|
|
'help.yonsz.net': true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
server: {
|
2021-08-18 08:33:46 +00:00
|
|
|
intercepts: {
|
|
|
|
'dev-sidecar.docmirror.cn': {
|
|
|
|
'.*': {
|
|
|
|
proxy: 'dev-sidecar-preview.docmirror.cn',
|
|
|
|
},
|
|
|
|
},
|
2021-09-11 15:43:20 +00:00
|
|
|
'test1111.gagedigital.com': {
|
|
|
|
'.*': {
|
|
|
|
proxy: 'test1.gagedigital.com',
|
|
|
|
},
|
|
|
|
}
|
2021-08-13 10:44:53 +00:00
|
|
|
},
|
2021-08-18 08:33:46 +00:00
|
|
|
}
|
2021-09-11 15:43:20 +00:00
|
|
|
}
|