Commit d2710e9c by 蒋勇

d

parent db98e817
...@@ -29,21 +29,21 @@ var settings = { ...@@ -29,21 +29,21 @@ var settings = {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.1.140:4011/api/receive/entService/springBoard"; return "http://192.168.1.140:4011/api/receive/entService/springBoard";
} else { } else {
return "http://brguser.brg.tencentyun.com"; return "http://brg-user-center-service";
} }
}, },
queueUrl: function () { queueUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.1.128:4018/api/queueAction/producer/springBoard"; return "http://192.168.1.128:4018/api/queueAction/producer/springBoard";
} else { } else {
return "http://queue.brg.tencentyun.com"; return "http://sytxpublic-msgq-service";
} }
}, },
wdyUrl: function () { wdyUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.1.113:4011/api/action/order/springBoard"; return "http://192.168.1.113:4011/api/action/order/springBoard";
} else { } else {
return "http://brguser.brg.tencentyun.com"; return "http://brg-user-center-service";
} }
}, },
pmappid: 1, pmappid: 1,
......
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