feat(config): 增加sq9服务器配置

This commit is contained in:
liangtongchuan
2023-02-10 20:51:55 +08:00
parent e8b8f6373b
commit f36d9e5fff
11 changed files with 387 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ pm2Master.args.push('port='+masterConfig.port);
pm2Master.args.push('env='+envType);
pm2Master.args.push('mode=stand-alone');
pm2Master.cwd= cwd;
let onairEnvs = ['sq1', 'sq3', 'sq4', 'sq7'];
let onairEnvs = ['sq1', 'sq3', 'sq4', 'sq7', 'sq9'];
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';