Commit 48f24a16 authored by root's avatar root
parents 35ecf343 207fe9b1
...@@ -49,7 +49,8 @@ pClass.prototype = { ...@@ -49,7 +49,8 @@ pClass.prototype = {
} }
} }
// projectName,projectType,port,gitPath,logName,configFile,command,nodeVersion // projectName,projectType,port,gitPath,logName,configFile,command,nodeVersion
new pClass().init(true, "java", "7003", "xyqb", "QG", "xyqb.log", "application.properties", null, null, 2, "现金贷和白条-server",""); new pClass().init(true, "java", "7003", "xyqb", "QG", "xyqb.log", "application.properties", null, null, 2, "现金贷-server","");
new pClass().init(true, "java", "7025", "baitiao", "QG", "baitiao.log", "application.properties", null, null, 2, "白条-server","");
new pClass().init(true, "java", "7019", "xyqb-mall", "QG", "mall.log", "application.properties", null, null, 2, "商城后台-server",""); new pClass().init(true, "java", "7019", "xyqb-mall", "QG", "mall.log", "application.properties", null, null, 2, "商城后台-server","");
new pClass().init(true, "java", "7010", "xyqb-offline", "QG", "xyqb_offline.log", "application.properties", null, null, 2, "线下业务-server",""); new pClass().init(true, "java", "7010", "xyqb-offline", "QG", "xyqb_offline.log", "application.properties", null, null, 2, "线下业务-server","");
new pClass().init(true, "java", "7042", "xyqb-user2", "head_group", "xyqb_user.log", "application.properties", null, null, 2, "用户注册登录-V2-server",""); new pClass().init(true, "java", "7042", "xyqb-user2", "head_group", "xyqb_user.log", "application.properties", null, null, 2, "用户注册登录-V2-server","");
......
...@@ -45,7 +45,7 @@ then ...@@ -45,7 +45,7 @@ then
elif [[ "${module_name}" = "cash-loan-flow" ]] elif [[ "${module_name}" = "cash-loan-flow" ]]
then then
log_path=/home/quant_group/logs/cash_loan_flow.log log_path=/home/quant_group/logs/cash_loan_flow.log
elif [[ "${module_name}" = "xyqb-user" ]] elif [[ "${module_name}" = "xyqb-user2" ]]
then then
log_path=/home/quant_group/logs/xyqb_user.log log_path=/home/quant_group/logs/xyqb_user.log
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment