From 5d9130a30a635c4136ef3ddcb1a22d049dbcc783 Mon Sep 17 00:00:00 2001 From: shrikantawachar Date: Thu, 26 Jul 2018 17:33:48 +0530 Subject: Workflow - adding Health Actuator Workflow - adding Health Actuator Change-Id: Ic644ab2b26e2e8633266870192eb1f2b82484370 Issue-ID: SDC-1563 Signed-off-by: shrikantawachar --- workflow-designer-be/src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'workflow-designer-be/src/main/resources/application.properties') diff --git a/workflow-designer-be/src/main/resources/application.properties b/workflow-designer-be/src/main/resources/application.properties index ab4930b5..c120bda3 100644 --- a/workflow-designer-be/src/main/resources/application.properties +++ b/workflow-designer-be/src/main/resources/application.properties @@ -7,4 +7,5 @@ spring.data.cassandra.keyspace-name=workflow spring.data.cassandra.port=${CS_PORT:9042} spring.data.cassandra.username=${CS_USER:} spring.data.cassandra.password=${CS_PASSWORD:} -zusammen.cassandra.isAuthenticate=${CS_AUTHENTICATE:true} \ No newline at end of file +zusammen.cassandra.isAuthenticate=${CS_AUTHENTICATE:true} +management.endpoint.health.show-details=${SHOW_HEALTH:never} \ No newline at end of file -- cgit 1.2.3-korg