aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-be/src/main/resources/application.properties
diff options
context:
space:
mode:
authorayalaben <ayala.benzvi@amdocs.com>2018-08-07 11:38:59 +0300
committerayalaben <ayala.benzvi@amdocs.com>2018-08-08 09:58:41 +0300
commit923910109f7796aca1263df1a7fa13f7d6bc072c (patch)
treeff59622fbf9404b867ec5c30384ba1c21bd19bbf /workflow-designer-be/src/main/resources/application.properties
parent2e867bf3de8a820405ab624c10c198dae5e7e2f3 (diff)
Associate Artifact
Change-Id: Iba63c1a32c8ef7647874ea7234e853edc9d8d0d7 Issue-ID: SDC-1535 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
Diffstat (limited to 'workflow-designer-be/src/main/resources/application.properties')
-rw-r--r--workflow-designer-be/src/main/resources/application.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/workflow-designer-be/src/main/resources/application.properties b/workflow-designer-be/src/main/resources/application.properties
index 703d738b..5149bdfe 100644
--- a/workflow-designer-be/src/main/resources/application.properties
+++ b/workflow-designer-be/src/main/resources/application.properties
@@ -16,6 +16,10 @@
server.servlet.context-path=/wf
server.port=${SERVER_PORT:8080}
+sdc.be.protocol=${SDC_PROTOCOL:}
+sdc.be.endpoint=${SDC_ENDPOINT:}
+sdc.be.external.user=${SDC_USER:}
+sdc.be.external.password=${SDC_PASSWORD:}
#CASSANDRA
spring.data.cassandra.contact-points=${CS_HOSTS}