From 16c48c29687bef763299321057767ff1fdcb0d4d Mon Sep 17 00:00:00 2001 From: talig Date: Thu, 14 Jun 2018 11:33:52 +0300 Subject: Start workflow be project Change-Id: Iac9fdaf21ba43113233f62a03b54bb4b756a461d Issue-ID: SDC-1396 Signed-off-by: talig --- workflow-designer-be/src/main/resources/application.properties | 7 ++++++- 1 file changed, 6 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 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 -- cgit 1.2.3-korg