diff options
Diffstat (limited to 'workflow-designer-be/src/main/resources')
-rw-r--r-- | workflow-designer-be/src/main/resources/application.properties | 7 |
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 |