Commit 5d1bf8fd authored by tywldx's avatar tywldx

fix op-api proxy

parent c26c9ed9
...@@ -89,7 +89,7 @@ new pClass().init(true, "ui", "7048", "order-op-ui", "OP", null, "src/js/env.con ...@@ -89,7 +89,7 @@ new pClass().init(true, "ui", "7048", "order-op-ui", "OP", null, "src/js/env.con
// node // node
new pClass().init(true, "node", "7018", "AppBackend", "QG", null, "config/environment/test.js", "forever start -a -s --uid AppBackend bin/www", null, 1, "APP后台服务-server"); new pClass().init(true, "node", "7018", "AppBackend", "QG", null, "config/environment/test.js", "forever start -a -s --uid AppBackend bin/www", null, 1, "APP后台服务-server");
new pClass().init(true, "node", "7041", "activity-op", "QG", null, "src/config.js", "forever start -a -s --uid activity-op src/app.js", null, 1, "优惠券中心-server"); new pClass().init(true, "node", "7041", "activity-op", "QG", null, "src/config.js", "forever start -a -s --uid activity-op src/app.js", null, 1, "优惠券中心-server");
new pClass().init(true, "node", "9050", "op-api", "OP", null, "src/config.js", "pm2 start ./bin/server.js --node-args=\"--harmony\" -n op-api", null, 1, "系统Api Gateway-server"); new pClass().init(true, "node", "7047", "op-api", "OP", null, "src/config.js", "pm2 start ./bin/server.js --node-args=\"--harmony\" -n op-api", null, 1, "系统Api Gateway-server");
//python //python
new pClass().init(true, "python", "7022", "qin-qiong", "QG", null, "config/beta/config.properties", null, null, 1, "加密解密-server"); new pClass().init(true, "python", "7022", "qin-qiong", "QG", null, "config/beta/config.properties", null, null, 1, "加密解密-server");
new pClass().init(true, "python", "7033", "xyqb-query", "QG", null, "server/config/beta/config.ini", null, null, 1, "query-server"); new pClass().init(true, "python", "7033", "xyqb-query", "QG", null, "server/config/beta/config.ini", null, null, 1, "query-server");
......
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