Commit e377a626 authored by 智勇's avatar 智勇

update

parent 36e657d5
...@@ -483,5 +483,6 @@ admin.get('/get_proxy', function (req, res) { ...@@ -483,5 +483,6 @@ admin.get('/get_proxy', function (req, res) {
}); });
app.use('/config_server', admin) app.use('/config_server', admin)
console.log("http://192.168.4.3:10088/config_server/get_node_command") app.listen(10086, function () {
app.listen(10088) console.log("http://192.168.4.3:10088/config_server/get_node_command")
})
...@@ -16,8 +16,8 @@ if [ -z "$registerFrom" ];then ...@@ -16,8 +16,8 @@ if [ -z "$registerFrom" ];then
registerFrom=214 registerFrom=214
fi fi
cash_domain="qapi-$namespace.q-gp.com" cash_domain="qapi-$namespace.liangkebang.com"
xyqb_domain="m-$namespace.q-gp.com" xyqb_domain="m-$namespace.liangkebang.com"
if [ -z "$namespace" ];then if [ -z "$namespace" ];then
cash_domain=$ip:7037 cash_domain=$ip:7037
......
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