aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-be/src/main/resources
diff options
context:
space:
mode:
authortalig <talig@amdocs.com>2018-06-14 11:33:52 +0300
committertalig <talig@amdocs.com>2018-06-14 11:33:52 +0300
commit16c48c29687bef763299321057767ff1fdcb0d4d (patch)
treeada0c47decec832df2366a35b3a4df3b72130e50 /workflow-designer-be/src/main/resources
parentaa25eee165680668b31cc48b4258291500f2c98d (diff)
Start workflow be project
Change-Id: Iac9fdaf21ba43113233f62a03b54bb4b756a461d Issue-ID: SDC-1396 Signed-off-by: talig <talig@amdocs.com>
Diffstat (limited to 'workflow-designer-be/src/main/resources')
-rw-r--r--workflow-designer-be/src/main/resources/application.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/workflow-designer-be/src/main/resources/application.properties b/workflow-designer-be/src/main/resources/application.properties
index 5df521b5..b7cfc5aa 100644
--- a/workflow-designer-be/src/main/resources/application.properties
+++ b/workflow-designer-be/src/main/resources/application.properties
@@ -1,2 +1,7 @@
server.servlet.context-path=/wf
-server.port=8080 \ No newline at end of file
+server.port=8080
+
+#CASSANDRA
+spring.data.cassandra.contact-points=localhost
+spring.data.cassandra.keyspace-name=workflow
+spring.data.cassandra.port=9042 \ No newline at end of file