Fixed handlers configuration
This commit is contained in:
parent
3e088d4af7
commit
3266f3f818
1 changed files with 4 additions and 3 deletions
|
@ -65,7 +65,7 @@ type (
|
|||
// Certificate file updates configuration.
|
||||
tCertFileUpdateConfig struct {
|
||||
PreCommands []string `yaml:"pre_commands"`
|
||||
Handlers tHandlers `yaml:"handlers"`
|
||||
Handlers []string `yaml:"handlers"`
|
||||
PostCommands []string `yaml:"post_commands"`
|
||||
}
|
||||
|
||||
|
@ -88,6 +88,7 @@ type (
|
|||
tConfiguration struct {
|
||||
Socket tSocketConfig `yaml:"socket"`
|
||||
LdapConfig tLdapConfig `yaml:"ldap"`
|
||||
Handlers tHandlers `yaml:"handlers"`
|
||||
Certificates []tCertificateFileConfig `yaml:"certificates"`
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue