diff options
Diffstat (limited to 'ms/blueprintsprocessor')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/resources/application.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/application.properties b/ms/blueprintsprocessor/application/src/main/resources/application.properties index eef45f052..a93d4d428 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application.properties @@ -25,8 +25,8 @@ blueprintsprocessor.blueprintWorkingPath=/opt/app/onap/blueprints/working # Controller Blueprint Load Configurations blueprintsprocessor.loadBluePrintPaths=/opt/app/onap/model-catalog/blueprint-model -blueprintsprocessor.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type -blueprintsprocessor.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary +blueprintsprocessor.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type/starter-type +blueprintsprocessor.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary # CBA file extension controllerblueprints.loadCbaExtension=zip @@ -171,4 +171,4 @@ blueprintprocessor.k8s.plugin.url=http://multicloud-k8s:9015/ #Workflow store configuration #workflow Audit request -blueprintsprocessor.workflow.self-service-api.audit.storeEnable=false +blueprintsprocessor.workflow.self-service-api.audit.storeEnable=false
\ No newline at end of file |