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