Skip to content

Commit

Permalink
Add a note about disabling git info
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed Dec 19, 2020
1 parent a5c8b84 commit b82f5a4
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -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]]
Expand Down

0 comments on commit b82f5a4

Please sign in to comment.