Skip to content
Snippets Groups Projects
Unverified Commit d0f221fd authored by Levente Pap's avatar Levente Pap
Browse files

Disable Analysis-Dashboard plugin by default

parent 06d857a3
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ const PluginName = "Analysis-Dashboard"
var (
// Plugin is the plugin instance of the dashboard plugin.
Plugin = node.NewPlugin(PluginName, node.Enabled, configure, run)
Plugin = node.NewPlugin(PluginName, node.Disabled, configure, run)
log *logger.Logger
server *echo.Echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment