Skip to content

Commit

Permalink
retrieve value from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kuangxiang20240501 committed Nov 5, 2024
1 parent 3860614 commit d030f3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class MgmtProperty {
private boolean enabled;
private String defaultEnv = "stage";
private boolean mgmtServerEnabled = false;
private String productName = "MEF LSO Sonata";
private String productName = "";

private APIToken apiToken = new APIToken();
private String buyerTokenExpiredSeconds = DEFAULT_TOKEN_EXPIRED_SECONDS;
Expand Down

0 comments on commit d030f3a

Please sign in to comment.