Document config options
This commit is contained in:
parent
b811d2474e
commit
43795a4be3
|
@ -81,10 +81,13 @@ type Configuration struct {
|
||||||
// to collect data and send events.
|
// to collect data and send events.
|
||||||
PanelLocation string `json:"remote" yaml:"remote"`
|
PanelLocation string `json:"remote" yaml:"remote"`
|
||||||
|
|
||||||
// AllowedMounts .
|
// AllowedMounts is a list of allowed host-system mount points.
|
||||||
|
// This is required to have the "Server Mounts" feature work properly.
|
||||||
AllowedMounts []string `json:"allowed_mounts" yaml:"allowed_mounts"`
|
AllowedMounts []string `json:"allowed_mounts" yaml:"allowed_mounts"`
|
||||||
|
|
||||||
// AllowedOrigins .
|
// AllowedOrigins is a list of allowed request origins.
|
||||||
|
// The Panel URL is automatically allowed, this is only needed for adding
|
||||||
|
// additional origins.
|
||||||
AllowedOrigins []string `json:"allowed_origins" yaml:"allowed_origins"`
|
AllowedOrigins []string `json:"allowed_origins" yaml:"allowed_origins"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user