Skip to content

Commit 587e3f4

Browse files
committed
Polish
See gh-12796
1 parent df2372c commit 587e3f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ content into your application; rather pick only the properties that you need.
10021002
endpoints.beans.sensitive= # Mark if the endpoint exposes sensitive information.
10031003
endpoints.configprops.enabled= # Enable the endpoint.
10041004
endpoints.configprops.id= # Endpoint identifier.
1005-
endpoints.configprops.keys-to-sanitize=password,secret,key,token,.*credentials.*,vcap_services # Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions.
1005+
endpoints.configprops.keys-to-sanitize=password,secret,key,token,.*credentials.*,vcap_services,sun.java.command # Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions.
10061006
endpoints.configprops.path= # Endpoint path.
10071007
endpoints.configprops.sensitive= # Mark if the endpoint exposes sensitive information.
10081008
endpoints.docs.curies.enabled=false # Enable the curie generation.
@@ -1015,7 +1015,7 @@ content into your application; rather pick only the properties that you need.
10151015
endpoints.dump.sensitive= # Mark if the endpoint exposes sensitive information.
10161016
endpoints.env.enabled= # Enable the endpoint.
10171017
endpoints.env.id= # Endpoint identifier.
1018-
endpoints.env.keys-to-sanitize=password,secret,key,token,.*credentials.*,vcap_services # Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions.
1018+
endpoints.env.keys-to-sanitize=password,secret,key,token,.*credentials.*,vcap_services,sun.java.command # Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions.
10191019
endpoints.env.path= # Endpoint path.
10201020
endpoints.env.sensitive= # Mark if the endpoint exposes sensitive information.
10211021
endpoints.flyway.enabled= # Enable the endpoint.

0 commit comments

Comments
 (0)