aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.properties
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-03-09 16:15:19 -0700
committersebdet <sebastien.determe@intl.att.com>2020-03-10 04:22:54 -0700
commit3af9347e47302e3f6754cba8ea2b63772980a5d9 (patch)
treed23757d560ad5c20ebad4c3b2d7d2f9a4be9ac12 /src/test/resources/application.properties
parent0c4e6af85daabe730917898f466a1d45cbc16f92 (diff)
Rework tosca converter
Fix the tosca converter template to support json instead of properties file. Issue-ID: CLAMP-253 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Id4f839d0b5bfece519b0b1e615e8d6e14e464f16
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r--src/test/resources/application.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
index 54ba0900..0e453535 100644
--- a/src/test/resources/application.properties
+++ b/src/test/resources/application.properties
@@ -165,4 +165,7 @@ clamp.config.security.authentication.class=org.onap.aaf.cadi.principal.X509Princ
# Configuration settings for CDS
clamp.config.cds.url=http4://localhost:${docker.http-cache.port.host}
clamp.config.cds.userName=ccsdkapps
-clamp.config.cds.password=ccsdkapps \ No newline at end of file
+clamp.config.cds.password=ccsdkapps
+
+## Tosca converter
+clamp.config.tosca.converter.templates=classpath:/clds/tosca_updates/templates.json \ No newline at end of file