diff options
Diffstat (limited to 'workflow-designer-be/src/test/resources/application-test.properties')
-rw-r--r-- | workflow-designer-be/src/test/resources/application-test.properties | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/workflow-designer-be/src/test/resources/application-test.properties b/workflow-designer-be/src/test/resources/application-test.properties index 4d3e874b..686013f0 100644 --- a/workflow-designer-be/src/test/resources/application-test.properties +++ b/workflow-designer-be/src/test/resources/application-test.properties @@ -1,4 +1,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}
\ No newline at end of file +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}
\ No newline at end of file |