Browse Source

烟台地址

dev
jianjun 3 years ago
parent
commit
c9bf4e01b7
  1. 10
      epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/enums/EnvEnum.java

10
epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/enums/EnvEnum.java

@ -16,11 +16,11 @@ public enum EnvEnum {
/**
* 环境变量枚举
*/
LOCAL("local", "本地环境", "http://localhost:8080/api/"),
DEV("dev", "开发环境", "http://192.168.1.140:8080/api/"),
TEST("test", "体验环境", "https://epmet-dev.elinkservice.cn/api/"),
PROD("prod", "生产环境", "https://epmet-cloud.elinkservice.cn/api/"),
UN_KNOWN("un_known", "未知", "https://epmet-dev.elinkservice.cn/api/"),
LOCAL("local", "烟台-本地环境", "http://localhost:8080/api/"),
DEV("dev", "烟台-开发环境", "http://192.168.1.140:8080/api/"),
TEST("test", "烟台-体验环境", "https://epmet-dev.elinkservice.cn/api/"),
PROD("prod", "烟台-生产环境", "https://epmet-yantai.elinkservice.cn/api/"),
UN_KNOWN("un_known", "烟台-未知", "https://epmet-dev.elinkservice.cn/api/"),
;
private String code;

Loading…
Cancel
Save