|
|
@@ -80,7 +80,7 @@ public class MicroServicesConf {
|
|
|
if ("prod".equals(profile)){
|
|
|
return String.format("http://%s%s", this.newsMicroServiceIp, requestUrl);
|
|
|
}else {
|
|
|
- return String.format("http://%s:%d%s", this.microServiceIp, 20210, requestUrl);
|
|
|
+ return String.format("http://%s:%d%s", this.microServiceIp, 80, requestUrl);
|
|
|
}
|
|
|
}
|
|
|
|