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