Skip to content

Commit

Permalink
add const definition for maa
Browse files Browse the repository at this point in the history
  • Loading branch information
yishi-ttd committed Sep 28, 2023
1 parent 7132583 commit ab8eb7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/uid2/shared/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public static class Config {
public static final String OptOutUrlProp = "optout_url";
public static final String AwsKmsJwtSigningPublicKeysProp = "aws_kms_jwt_signing_public_keys";
public static final String EnforceJwtProp = "enforceJwt";
public static final String MaaServerBaseUrl="maa_server_base_url";
}

public static class Http {
Expand Down

0 comments on commit ab8eb7e

Please sign in to comment.