Module settings
All properties start with the debugWebModule. prefix.
| Property | Type | Description | Default | 
|---|---|---|---|
root-path  | 
  | 
Root path for all debug web controllers. All mappings will be relative to this path.  | 
/debug  | 
dashboard  | 
  | 
Path within the debug web context for the initial dashboard.  | 
/  | 
properties.masks  | 
  | 
Set regular expressions for all property names that should be masked.  | 
  | 
properties.masked-properties  | 
  | 
Set explicit property names that should be masked.  | 
|
security.enabled  | 
  | 
Should the root path be secured with Basic Authentication.  | 
  | 
security.username  | 
  | 
The username to use for Basic Authentication to access the root path.  | 
debug  | 
security.password  | 
  | 
The password to use for Basic Authentication to access the root path.  | 
|
security.ip-addresses  | 
  | 
The comma separated list of IP addresses that will always have access to the root path, without needing Basic Authentication.  | 
|
security.authority  | 
  | 
The authority that an authenticated principal should have for accessing debug web.  | 
ROLE_DEBUG_USER  |