Skip to content

Update application.properties

using environment variable to set the value for endpoints exposed. If the environment variable is not found, default value of 'health,info' will be used.

In our ADO, I'll add a -D param for the same in docker file so 'health,info,prometheus' can be passed.

Merge request reports