mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
chore: rename config param
This commit is contained in:
parent
e2df7758a1
commit
9457bf1c02
@ -143,14 +143,14 @@ type ConfigType struct {
|
|||||||
MaxParallelTasks int `json:"max_parallel_tasks"`
|
MaxParallelTasks int `json:"max_parallel_tasks"`
|
||||||
|
|
||||||
// feature switches
|
// feature switches
|
||||||
EmailAlert bool `json:"email_alert"`
|
EmailAlert bool `json:"email_alert"`
|
||||||
EmailSecure bool `json:"email_secure"`
|
EmailSecure bool `json:"email_secure"`
|
||||||
TelegramAlert bool `json:"telegram_alert"`
|
TelegramAlert bool `json:"telegram_alert"`
|
||||||
SlackAlert bool `json:"slack_alert"`
|
SlackAlert bool `json:"slack_alert"`
|
||||||
LdapEnable bool `json:"ldap_enable"`
|
LdapEnable bool `json:"ldap_enable"`
|
||||||
LdapNeedTLS bool `json:"ldap_needtls"`
|
LdapNeedTLS bool `json:"ldap_needtls"`
|
||||||
PasswordLoginDisabled bool `json:"password_login_disable"`
|
PasswordLoginDisable bool `json:"password_login_disable"`
|
||||||
DemoMode bool `json:"demo_mode"`
|
DemoMode bool `json:"demo_mode"`
|
||||||
|
|
||||||
GitClientId GitClientId `json:"git_client"`
|
GitClientId GitClientId `json:"git_client"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user