Commit b82f5a40 authored by Madhura Bhave's avatar Madhura Bhave

Add a note about disabling git info

See gh-24205
parent a5c8b845
......@@ -1122,6 +1122,13 @@ If you want to display the full git information (that is, the full content of `g
management.info.git.mode=full
----
To disable the git commit information from the `info` endpoint completely, set the configprop:management.info.git.enabled[] property to `false`, as follows:
[source,properties,indent=0,configprops]
----
management.info.git.enabled=false
----
[[production-ready-application-info-build]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment