Commit 24e272c4 by 蒋勇

d

parent ecd42bff
...@@ -34,7 +34,11 @@ var settings = { ...@@ -34,7 +34,11 @@ var settings = {
} }
}, },
logUrl:function(){ logUrl:function(){
if (this.env == "dev") {
return "http://192.168.1.128:4019/api/queueAction/producer/springBoard";
} else {
return "http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard";
}
}, },
pmappname: "center-app", pmappname: "center-app",
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