Skip to content

Commit f2a7494

Browse files
committed
Polish
1 parent 79bdaad commit f2a7494

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,8 +1215,6 @@ content into your application; rather pick only the properties that you need.
12151215
management.add-application-context-header=false # Add the "X-Application-Context" HTTP header in each response.
12161216
management.address= # Network address that the management endpoints should bind to.
12171217
management.context-path= # Management endpoint context-path. For instance `/actuator`
1218-
management.cloudfoundry.enabled= # Enable extended Cloud Foundry actuator endpoints
1219-
management.cloudfoundry.skip-ssl-validation= # Skip SSL verification for Cloud Foundry actuator endpoint security calls
12201218
management.port= # Management endpoint HTTP port. Uses the same port as the application by default. Configure a different port to use management-specific SSL.
12211219
management.security.enabled=true # Enable security.
12221220
management.security.roles=ACTUATOR # Comma-separated list of roles that can access the management endpoint.
@@ -1237,6 +1235,10 @@ content into your application; rather pick only the properties that you need.
12371235
management.ssl.trust-store-provider= # Provider for the trust store. Requires a custom management.port.
12381236
management.ssl.trust-store-type= # Type of the trust store. Requires a custom management.port.
12391237
1238+
# CLOUDFOUNDRY
1239+
management.cloudfoundry.enabled=true # Enable extended Cloud Foundry actuator endpoints.
1240+
management.cloudfoundry.skip-ssl-validation=false # Skip SSL verification for Cloud Foundry actuator endpoint security calls.
1241+
12401242
# HEALTH INDICATORS
12411243
management.health.db.enabled=true # Enable database health check.
12421244
management.health.cassandra.enabled=true # Enable cassandra health check.

0 commit comments

Comments
 (0)