Browse Source

Fix indent

pull/6323/head
Stephane Nicoll 10 years ago
parent
commit
4b91965dde
  1. 4
      spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

4
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

@ -960,8 +960,8 @@ content into your application; rather pick only the properties that you need. @@ -960,8 +960,8 @@ content into your application; rather pick only the properties that you need.
endpoints.health.sensitive= # Mark if the endpoint exposes sensitive information.
endpoints.health.time-to-live=1000 # Time to live for cached result, in milliseconds.
endpoints.heapdump.enabled= # Enable the endpoint.
endpoints.heapdump.path= # Endpoint path.
endpoints.heapdump.sensitive= # Mark if the endpoint exposes sensitive information.
endpoints.heapdump.path= # Endpoint path.
endpoints.heapdump.sensitive= # Mark if the endpoint exposes sensitive information.
endpoints.info.enabled= # Enable the endpoint.
endpoints.info.id= # Endpoint identifier.
endpoints.info.path= # Endpoint path.

Loading…
Cancel
Save