You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: engine/service/types.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ type HatcheryCommonConfiguration struct {
53
53
WorkerAPIHTTPstruct {
54
54
URLstring`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"`
55
55
Insecurebool`toml:"insecure" default:"false" commented:"true" comment:"sslInsecureSkipVerify, set to true if you use a self-signed SSL on CDS API" json:"insecure"`
0 commit comments