Skip to content

Commit

Permalink
update const
Browse files Browse the repository at this point in the history
  • Loading branch information
lizk886 committed Aug 7, 2024
1 parent d80c990 commit 4dcbdff
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 @@ -75,6 +75,7 @@ public static class Config {
public static final String EnforceJwtProp = "enforceJwt";
public static final String MaaServerBaseUrlProp = "maa_server_base_url";
public static final String SaltsExpiredShutdownHours = "salts_expired_shutdown_hours";
public static final String encryptionSupportVersion = "encryption_support_version";
}

public static class Http {
Expand Down

0 comments on commit 4dcbdff

Please sign in to comment.