Skip to content

Commit 186889b

Browse files
authored
fix(hatchery): bad toml key for workerApiHttp (#5777)
Signed-off-by: richardlt <[email protected]>
1 parent 7c51d7b commit 186889b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/service/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type HatcheryCommonConfiguration struct {
5353
WorkerAPIHTTP struct {
5454
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"`
5555
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"`
56-
} `toml:"http" json:"http"`
56+
} `toml:"workerApiHttp" json:"workerApiHttp"`
5757
WorkerLogsOptions struct {
5858
Graylog struct {
5959
Host string `toml:"host" comment:"Example: thot.ovh.com" json:"host"`

0 commit comments

Comments
 (0)