add:local
This commit is contained in:
parent
b7f4407089
commit
126a1832fc
@ -6,6 +6,7 @@ import lombok.Getter;
|
|||||||
@Getter
|
@Getter
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public enum EnvEnum {
|
public enum EnvEnum {
|
||||||
|
LOCAL("local", "http://localhost:10099/webApi/oauth/apisix/authentication"),
|
||||||
// dev
|
// dev
|
||||||
DEV("dev", "http://dev-app.axzo.cn/pudge/webApi/oauth/apisix/authentication"),
|
DEV("dev", "http://dev-app.axzo.cn/pudge/webApi/oauth/apisix/authentication"),
|
||||||
// TEST
|
// TEST
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user