diff options
Diffstat (limited to 'certService/src/main/resources/application.properties')
-rw-r--r-- | certService/src/main/resources/application.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/certService/src/main/resources/application.properties b/certService/src/main/resources/application.properties index e69de29b..43f65f09 100644 --- a/certService/src/main/resources/application.properties +++ b/certService/src/main/resources/application.properties @@ -0,0 +1,3 @@ +#Actuator properties +management.endpoints.enabled-by-default=false +management.endpoint.health.enabled=true
\ No newline at end of file |