diff options
Diffstat (limited to 'sdc-workflow-designer-be/src/test/resources/application-test.properties')
-rw-r--r-- | sdc-workflow-designer-be/src/test/resources/application-test.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sdc-workflow-designer-be/src/test/resources/application-test.properties b/sdc-workflow-designer-be/src/test/resources/application-test.properties new file mode 100644 index 00000000..686013f0 --- /dev/null +++ b/sdc-workflow-designer-be/src/test/resources/application-test.properties @@ -0,0 +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} + +#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 |