diff options
author | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-07-26 14:57:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-26 14:57:00 +0000 |
commit | 0e4601a1c6ef26e43e5c3ac9684dd557185632ba (patch) | |
tree | c620681445ef42d32919fdd017413a18f4196f4f /workflow-designer-be/src | |
parent | 359c9faa1d058adcb4f9b0cef8daeb2bc854197e (diff) | |
parent | 5d9130a30a635c4136ef3ddcb1a22d049dbcc783 (diff) |
Merge "Workflow - adding Health Actuator"
Diffstat (limited to 'workflow-designer-be/src')
-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 |