aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-be/src/main/resources/application.properties
blob: ab4930b5346d9226aa05fe4a40f5dec62cd392f9 (plain)
1
2
3
4
5
6
7
8
9
10
server.servlet.context-path=/wf
server.port=${SERVER_PORT:8080}

#CASSANDRA
spring.data.cassandra.contact-points=${CS_HOSTS}
spring.data.cassandra.keyspace-name=workflow
spring.data.cassandra.port=${CS_PORT:9042}
spring.data.cassandra.username=${CS_USER:}
spring.data.cassandra.password=${CS_PASSWORD:}
zusammen.cassandra.isAuthenticate=${CS_AUTHENTICATE:true}