feat(config): 添加公测渠道配置

This commit is contained in:
liangtongchuan
2023-04-27 18:35:05 +08:00
parent 464238c2c5
commit 53b6c4197e
9 changed files with 328 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ pm2Master.cwd= cwd;
pm2Master.env={NODE_PROCESS_TITLE: envType+'_'+masterConfig.id};
titles.push(envType+'_'+masterConfig.id);
let onairEnvs = ['sq1', 'sq3', 'sq4', 'sq7', 'sq9', 'zy1'];
let onairEnvs = ['sq1', 'sq3', 'sq4', 'sq7', 'sq9', 'zy1', 'ch1'];
if(onairEnvs.indexOf(envType) > -1) {
pm2Master.out_file = '/zyz_logs/pm2/'+masterConfig.id+"_app.log";
pm2Master.error_file='/zyz_logs/pm2/'+masterConfig.id+'_error.log';