mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 11:18:03 +01:00
Drop API keys from Micrometer configuration.
This commit is contained in:
committed by
Jon Chambers
parent
4aab388eff
commit
b25e50bdae
@@ -14,15 +14,7 @@ public class MicrometerConfiguration {
|
||||
@JsonProperty
|
||||
private String uri;
|
||||
|
||||
@JsonProperty
|
||||
@NotEmpty
|
||||
private String apiKey;
|
||||
|
||||
public String getUri() {
|
||||
return uri;
|
||||
}
|
||||
|
||||
public String getApiKey() {
|
||||
return apiKey;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user