Skip to content

Commit

Permalink
fix(hatchery): bad toml key for workerApiHttp (#5777)
Browse files Browse the repository at this point in the history
Signed-off-by: richardlt <[email protected]>
  • Loading branch information
richardlt committed Mar 23, 2021
1 parent 7c51d7b commit 186889b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/service/types.go
Expand Up @@ -53,7 +53,7 @@ type HatcheryCommonConfiguration struct {
WorkerAPIHTTP struct {
URL string `toml:"url" default:"http://localhost:8081" commented:"true" comment:"CDS API URL for worker, let empty or commented to use the same URL that is used by the Hatchery" json:"url"`
Insecure bool `toml:"insecure" default:"false" commented:"true" comment:"sslInsecureSkipVerify, set to true if you use a self-signed SSL on CDS API" json:"insecure"`
} `toml:"http" json:"http"`
} `toml:"workerApiHttp" json:"workerApiHttp"`
WorkerLogsOptions struct {
Graylog struct {
Host string `toml:"host" comment:"Example: thot.ovh.com" json:"host"`
Expand Down

0 comments on commit 186889b

Please sign in to comment.