Commit e377a626 authored by 智勇's avatar 智勇

update

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