add:local

This commit is contained in:
cn 2022-07-05 14:58:31 +08:00
parent b7f4407089
commit 126a1832fc

View File

@ -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