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
HeaderXForwardedForstring`toml:"headerXForwardedFor" commented:"true" comment:"Forward source addr from given header, let empty to use request addr." default:"X-Forwarded-For" json:"header_w_forwarded_for"`
31
31
}
32
32
33
33
// HatcheryCommonConfiguration is the base configuration for all hatcheries
Copy file name to clipboardexpand all lines: engine/ui/types.go
+11-10
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,15 @@ type Service struct {
19
19
20
20
// Configuration is the ui configuration structure
21
21
typeConfigurationstruct {
22
-
Namestring`toml:"name" comment:"Name of this CDS UI Service\n Enter a name to enable this service" json:"name"`
23
-
Staticdirstring`toml:"staticdir" default:"./ui_static_files" comment:"This directory must contain the dist directory." json:"staticdir"`
24
-
BaseURLstring`toml:"baseURL" commented:"true" comment:"If you expose CDS UI with https://your-domain.com/ui, enter the value '/ui/'. Optional" json:"baseURL"`
25
-
DeployURLstring`toml:"deployURL" commented:"true" comment:"You can start CDS UI proxy on a sub path like https://your-domain.com/ui with value '/ui' (the value should not be given when the sub path is added by a proxy in front of CDS). Optional" json:"deployURL"`
Namestring`toml:"name" comment:"Name of this CDS UI Service\n Enter a name to enable this service" json:"name"`
23
+
Staticdirstring`toml:"staticdir" default:"./ui_static_files" comment:"This directory must contain the dist directory." json:"staticdir"`
24
+
BaseURLstring`toml:"baseURL" commented:"true" comment:"If you expose CDS UI with https://your-domain.com/ui, enter the value '/ui/'. Optional" json:"baseURL"`
25
+
DeployURLstring`toml:"deployURL" commented:"true" comment:"You can start CDS UI proxy on a sub path like https://your-domain.com/ui with value '/ui' (the value should not be given when the sub path is added by a proxy in front of CDS). Optional" json:"deployURL"`
EnableServiceProxybool`toml:"enableServiceProxy" default:"false" commented:"true" comment:"Enable service proxy will allows CDS UI to handle request to API, Hooks and CDN services. Optional" json:"enableServiceProxy"`
0 commit comments