aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'certService/src/main/resources/application.properties')
-rw-r--r--certService/src/main/resources/application.properties7
1 files changed, 5 insertions, 2 deletions
diff --git a/certService/src/main/resources/application.properties b/certService/src/main/resources/application.properties
index eab43c08..ac81c3a0 100644
--- a/certService/src/main/resources/application.properties
+++ b/certService/src/main/resources/application.properties
@@ -1,8 +1,11 @@
# Actuator configuration
-management.endpoints.enabled-by-default=false
-management.endpoint.health.enabled=true
springdoc.show-actuator=true
+management.endpoints.enabled-by-default=true
+management.endpoint.configprops.enabled=true
+management.endpoints.web.exposure.include=refresh,health
+
+
# Swagger configuration
springdoc.swagger-ui.path=/docs