diff options
Diffstat (limited to 'workflow-designer-be/src/main/resources')
-rw-r--r-- | workflow-designer-be/src/main/resources/application.properties | 3 |
1 files changed, 2 insertions, 1 deletions
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 |