File tree 1 file changed +4
-2
lines changed
spring-boot-docs/src/main/asciidoc
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1215,8 +1215,6 @@ content into your application; rather pick only the properties that you need.
1215
1215
management.add-application-context-header=false # Add the "X-Application-Context" HTTP header in each response.
1216
1216
management.address= # Network address that the management endpoints should bind to.
1217
1217
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
1220
1218
management.port= # Management endpoint HTTP port. Uses the same port as the application by default. Configure a different port to use management-specific SSL.
1221
1219
management.security.enabled=true # Enable security.
1222
1220
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.
1237
1235
management.ssl.trust-store-provider= # Provider for the trust store. Requires a custom management.port.
1238
1236
management.ssl.trust-store-type= # Type of the trust store. Requires a custom management.port.
1239
1237
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
+
1240
1242
# HEALTH INDICATORS
1241
1243
management.health.db.enabled=true # Enable database health check.
1242
1244
management.health.cassandra.enabled=true # Enable cassandra health check.
You can’t perform that action at this time.
0 commit comments