Commit 55d5ae18 by 王勇飞

gyq

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