From e65d457a2dfd6ebb5e1f5a28b74f05c16c285dc3 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 24 Mar 2020 08:51:20 -0700 Subject: Improve metadata support Improve the metadata support for CDS and default values Issue-ID: CLAMP-786 Signed-off-by: sebdet Change-Id: I8a24e31a93ff1e288ec8f0f6d522b1b15d39a8d2 --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 90c4186ef..5bf7910a2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -73,7 +73,7 @@ server.ssl.trust-store-password=enc:iDnPBBLq_EMidXlMa1FEuBR8TZzYxrCg66vq_XfLHdJ server.servlet.context-path=/ #Modified engine-rest applicationpath -spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller,legacy-operational-policy +spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller,legacy-operational-policy,default-dictionary-elements spring.http.converters.preferred-json-mapper=gson #The max number of active threads in this pool @@ -154,7 +154,7 @@ clamp.config.policy.pap.password=zb!XztG34 # # Sdc service properties -clamp.config.sdc.csarFolder = /tmp/sdc-controllers +clamp.config.sdc.csarFolder=/tmp/sdc-controllers #DCAE Inventory Url Properties clamp.config.dcae.inventory.url=http4://dcae.api.simpledemo.onap.org:8080 -- cgit