diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-02-10 15:21:47 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-02-11 14:26:45 +0100 |
commit | 9b6f57681520b4f0e4ed3cabd80204a11041e20e (patch) | |
tree | 38e523b70abbdbc587c0aaabd5ae2fdad08d30cb /src/main/resources/application-noaaf.properties | |
parent | ea9dffa287e24947edead2c96cb29de3528082c8 (diff) |
Add policy downloader
Add policy downloader to sync all policy types in the database
Issue-ID: CLAMP-518
Change-Id: I5ab82970cd3403e46fe7cc8447766977b11b68e7
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources/application-noaaf.properties')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index b9af1b470..69d16875c 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -73,7 +73,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 +spring.profiles.active=clamp-default,clamp-default-user,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller spring.http.converters.preferred-json-mapper=gson #The max number of active threads in this pool |