Configuration Reference

Version:1.4.0-SNAPSHOT

Micronaut Control Panel Core Config Properties

🔗
Table 1. Configuration Properties for ControlPanelConfiguration
Property Type Description

micronaut.control-panel.panels.*.enabled

boolean

Enables/disables this control panel. Default value: true.

micronaut.control-panel.panels.*.order

int

Sets the order of this control panel, since they will be displayed sorted by order.

micronaut.control-panel.panels.*.title

java.lang.String

The title is displayed in the header of the card UI element.

micronaut.control-panel.panels.*.icon

java.lang.String

Icon class of the card UI element.

micronaut.control-panel.panels.*.name

java.lang.String

The unique name of the control panel. Can be used in URLs.

🔗
Table 2. Configuration Properties for ControlPanelModuleConfiguration
Property Type Description

micronaut.control-panel.enabled

boolean

Enables/disables the control panel module. Default value: "true".

micronaut.control-panel.allowed-environments

java.util.Set

Configures the environments where the control panel module is enabled. By default, it is only enabled in the "dev" and "test" environments.

micronaut.control-panel.path

java.lang.String

Configures the path where the control panel can be accessed. Default value: "/control-panel".