diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-04-01 16:38:29 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-04-01 16:38:29 +0200 |
commit | eb4e4ca9b9eb2a2f2fe16d8e5a1bc9ac463c6ebe (patch) | |
tree | 795c757cb0ac8f87cf1bcab7cf6b0841dcec0ec2 /src | |
parent | 51de07c4250ac0b9502c6e5c6fe35ed1b310c8b4 (diff) |
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 <sebastien.determe@intl.att.com>
Change-Id: I807e00536befe53d266b2dee279bde29b0f7d0cb
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 2 | ||||
-rw-r--r-- | src/main/resources/application.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index d61b7ed53..044fcecf8 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -181,6 +181,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 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 |