Configuration Reference
Version:1.6.0
Micronaut Control Panel Core Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Enables/disables the control panel module. Default value: "true". |
|
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. |
|
java.lang.String |
Configures the path where the control panel can be accessed. Default value: "/control-panel". |
Property | Type | Description |
---|---|---|
|
boolean |
Enables/disables this control panel. Default value: true. |
|
int |
Sets the order of this control panel, since they will be displayed sorted by order. |
|
java.lang.String |
The title is displayed in the header of the card UI element. |
|
java.lang.String |
Icon class of the card UI element. |
|
java.lang.String |
The unique name of the control panel. Can be used in URLs. |