aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-be/src/main/resources/application.properties
blob: b7cfc5aa741a8e6cd371039623b082e2873314cf (plain)
1
2
3
4
5
6
7
server.servlet.context-path=/wf
server.port=8080

#CASSANDRA
spring.data.cassandra.contact-points=localhost
spring.data.cassandra.keyspace-name=workflow
spring.data.cassandra.port=9042