renamed metricsAddr to metricsAddress

pull/1690/head
Panagiotis Siatras 5 months ago
parent bae0577bf7
commit ff4dc05e9f
No known key found for this signature in database

@ -83,7 +83,7 @@ type Config struct {
Templates *templates.Templates `json:"templates,omitempty"`
CommonName string `json:"commonName,omitempty"`
CRL *CRLConfig `json:"crl,omitempty"`
MetricsAddr string `json:"metricsAddr,omitempty"`
MetricsAddr string `json:"metricsAddress,omitempty"`
SkipValidation bool `json:"-"`
// Keeps record of the filename the Config is read from

Loading…
Cancel
Save