diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-11 19:56:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-11 19:56:15 +0000 |
commit | 8b24f42bcba5220f72b6977441867f774aca57df (patch) | |
tree | 95241a84633035ce6c577ae13a9e22c49c3ad773 /ms/blueprintsprocessor/application/src | |
parent | a21724910b109cd07da051eb6d5ab5245ed40c19 (diff) | |
parent | 8297ebe3db787f8f5b773ad1e4a4529f1190aa3d (diff) |
Merge "Add source-rest mapping"
Diffstat (limited to 'ms/blueprintsprocessor/application/src')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/application.properties b/ms/blueprintsprocessor/application/src/main/resources/application.properties index 75d9cbaad..37eb87c13 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application.properties @@ -16,7 +16,7 @@ # Web server config ### START -Controller Blueprints Properties # Load Resource Source Mappings -resourceSourceMappings=processor-db=source-db,input=source-input,default=source-default,sdnc=source-rest,aai-data=source-rest,capability=source-capability +resourceSourceMappings=processor-db=source-db,input=source-input,default=source-default,sdnc=source-rest,aai-data=source-rest,capability=source-capability,rest=source-rest # Controller Blueprints Core Configuration blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy |