Skip to content

Commit

Permalink
Adding default value to verify hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
bibith4 committed Feb 13, 2025
1 parent 7d69b0a commit 7eeea49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class PrometheusConnectorConfig
private boolean tlsEnabled;
private String trustStorePath;
private String truststorePassword;
private boolean verifyHostName;
private boolean verifyHostName = true;

@NotNull
public URI getPrometheusURI()
Expand Down

0 comments on commit 7eeea49

Please sign in to comment.