Polish documentation for actuator-docs
Closes gh-3564
This commit is contained in:
@@ -692,19 +692,19 @@ content into your application; rather pick only the properties that you need.
|
||||
endpoints.docs.curies.enabled=false
|
||||
endpoints.docs.enabled=true
|
||||
endpoints.docs.path=/docs
|
||||
endpoints.docs.sensitive=false
|
||||
endpoints.flyway.enabled=true
|
||||
endpoints.flyway.id=flyway
|
||||
endpoints.flyway.sensitive=true
|
||||
endpoints.hal.enabled=true
|
||||
endpoints.hal.path= # Redirects root HTML traffic to the HAL browser
|
||||
endpoints.hal.sensitive=false
|
||||
endpoints.links.enabled=true
|
||||
endpoints.links.path= # / if not already used, /links instead
|
||||
endpoints.links.sensitive=false
|
||||
endpoints.liquibase.enabled=true
|
||||
endpoints.liquibase.id=liquibase
|
||||
endpoints.liquibase.sensitive=false
|
||||
endpoints.docs.sensitive=false
|
||||
endpoints.flyway.enabled=true
|
||||
endpoints.flyway.id=flyway
|
||||
endpoints.flyway.sensitive=true
|
||||
endpoints.hal.enabled=true
|
||||
endpoints.hal.path= # Redirects root HTML traffic to the HAL browser
|
||||
endpoints.hal.sensitive=false
|
||||
endpoints.links.enabled=true
|
||||
endpoints.links.path= # / if not already used, /links instead
|
||||
endpoints.links.sensitive=false
|
||||
endpoints.liquibase.enabled=true
|
||||
endpoints.liquibase.id=liquibase
|
||||
endpoints.liquibase.sensitive=false
|
||||
|
||||
# ENDPOINTS CORS CONFIGURATION ({sc-spring-boot-actuator}/autoconfigure/MvcEndpointCorsProperties.{sc-ext}[MvcEndpointCorsProperties])
|
||||
endpoints.cors.allow-credentials= # set whether user credentials are support. When not set, credentials are not supported.
|
||||
|
||||
Reference in New Issue
Block a user