From eb4e4ca9b9eb2a2f2fe16d8e5a1bc9ac463c6ebe Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 1 Apr 2020 16:38:29 +0200 Subject: Rework the CDS Json schema Rework a bit the CDS Json schema, so that the payload info is good now Issue-ID: CLAMP-805 Signed-off-by: sebdet Change-Id: I807e00536befe53d266b2dee279bde29b0f7d0cb --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3937d8fc2..3069cf63a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -194,6 +194,6 @@ clamp.config.tosca.converter.default.datatypes=classpath:/clds/tosca-converter/d clamp.config.tosca.converter.dictionary.support.enabled=true # Configuration settings for CDS -clamp.config.cds.url=http4://blueprints-processor-http:8080 +clamp.config.cds.url=http4://cds-blueprints-processor-http:8080 clamp.config.cds.userName=ccsdkapps clamp.config.cds.password=ccsdkapps \ No newline at end of file -- cgit 1.2.3-korg