@@ -38,7 +38,7 @@ public class EnvCommonService {
return domain;
}
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() {
@@ -1,5 +1,5 @@
server:
- port: 8082
+ port: 8085
undertow:
buffer-size: 1024
direct-buffers: true