diff options
author | 2020-03-25 12:11:57 +0000 | |
---|---|---|
committer | 2020-03-25 12:11:57 +0000 | |
commit | f152e38d8120333a2572d0b785f4e68aedc92a04 (patch) | |
tree | b4bbbd52ab9f363e912663ddc8933f8f03d09704 /src/main/resources/application-noaaf.properties | |
parent | 98bade58e0ab9b74378e4e3214700e7b00e10d7d (diff) | |
parent | e65d457a2dfd6ebb5e1f5a28b74f05c16c285dc3 (diff) |
Merge "Improve metadata support"
Diffstat (limited to 'src/main/resources/application-noaaf.properties')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index dbccb32d..4701b36d 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -68,7 +68,7 @@ clamp.config.keyFile=classpath:/clds/aaf/org.onap.clamp.keyfile server.servlet.context-path=/ #Modified engine-rest applicationpath -spring.profiles.active=clamp-default,clamp-default-user,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller,legacy-operational-policy +spring.profiles.active=clamp-default,clamp-default-user,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 @@ -140,7 +140,6 @@ clamp.config.files.cldsUsers=classpath:/clds/clds-users.json clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json - # # Configuration Settings for Policy Engine Components clamp.config.policy.api.url=http4://localhost:8085 |