🐞 fix(config):公测自营大区漏掉的监控配置

This commit is contained in:
liangtongchuan
2023-04-11 22:37:36 +08:00
parent b88eda2ae2
commit 05d8576dd4
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ const plugin: EggPlugin = {
xtransit: {
enable: true,
package: 'egg-xtransit',
env: ['sq1', 'sq4', 'sq7']
env: ['sq1', 'sq4', 'sq7', 'zy1']
}
};