We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef1481 commit a26460cCopy full SHA for a26460c
util/config.go
@@ -197,7 +197,7 @@ type ConfigType struct {
197
EmailPassword string `json:"email_password,omitempty" env:"SEMAPHORE_EMAIL_PASSWORD"`
198
EmailSecure bool `json:"email_secure,omitempty" env:"SEMAPHORE_EMAIL_SECURE"`
199
EmailTls bool `json:"email_tls,omitempty" env:"SEMAPHORE_EMAIL_TLS"`
200
- EmailTlsMinVersion string `json:"email_tls_min_version,omitempty" rule:"^(1\\.[0123])$" default:"1.2" env:"SEMAPHORE_EMAIL_TLS_MIN_VERSION"`
+ EmailTlsMinVersion string `json:"email_tls_min_version,omitempty" default:"1.2" rule:"^(1\\.[0123])$" env:"SEMAPHORE_EMAIL_TLS_MIN_VERSION"`
201
202
// ldap settings
203
LdapEnable bool `json:"ldap_enable,omitempty" env:"SEMAPHORE_LDAP_ENABLE"`
0 commit comments