aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-be/src/test/resources/application-test.properties
blob: 686013f0bd6cdf4d2d4301dcd1e968482572829b (plain)
1
2
3
4
5
6
7
8
9
10
sdc.be.protocol=${SDC_PROTOCOL:http}
sdc.be.endpoint=${SDC_ENDPOINT:localhost:8080}
sdc.be.external.user=${SDC_USER:cs0008}
sdc.be.external.password=${SDC_PASSWORD:Aa123456}

#CASSANDRA
spring.data.cassandra.contact-points=${CS_HOSTS:localhost}
spring.data.cassandra.keyspace-name=workflow
spring.data.cassandra.port=${CS_PORT:9042}
zusammen.cassandra.isAuthenticate=${CS_AUTHENTICATE:false}