|
@@ -38,7 +38,7 @@ public class EnvCommonService {
|
|
|
return domain;
|
|
return domain;
|
|
|
}
|
|
}
|
|
|
public String getPort() {
|
|
public String getPort() {
|
|
|
- return port = EnvCommonService.active_prd.equals(getEnv()) ? "8081" : EnvCommonService.active.equals(getEnv()) ? "8083" : "8082";
|
|
|
|
|
|
|
+ return port = EnvCommonService.active_prd.equals(getEnv()) ? "8081" : EnvCommonService.active.equals(getEnv()) ? "8083" : "8085";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public String getApi() {
|
|
public String getApi() {
|