From 73e9794f9996a5f633c7d8597d3bde659b687ed4 Mon Sep 17 00:00:00 2001 From: ayalaben Date: Thu, 20 Sep 2018 16:18:35 +0300 Subject: Configurable name validation Change-Id: Ifc4a25de21e16ae1e93287554e46cfeaef3c91c3 Issue-ID: SDC-1768 Signed-off-by: ayalaben --- .../src/test/resources/application-test.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'workflow-designer-be/src/test/resources/application-test.properties') 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 -- cgit 1.2.3-korg