Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ParamsDashboard = &ParametersDashboard{ Auth: authentication.AuthConfiguration{ Scheme: "basic", }, }
View Source
var (
Plugin *app.Plugin
)
Functions ¶
This section is empty.
Types ¶
type ParametersDashboard ¶ added in v0.3.1
type ParametersDashboard struct {
Enabled bool `default:"true" usage:"whether the dashboard plugin is enabled"`
BindAddress string `default:"0.0.0.0:7000" usage:"the bind address for the node dashboard"`
ExploreAddressURL string `default:"" usage:"URL to add as href to addresses in the dashboard"`
DebugRequestLoggerEnabled bool `default:"false" usage:"whether the debug logging for requests should be enabled"`
Auth authentication.AuthConfiguration `usage:"configures the authentication for the dashboard service"`
}
Click to show internal directories.
Click to hide internal directories.