diff options
author | Dan Timoney <dt5972@att.com> | 2018-09-12 17:19:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-12 17:19:09 +0000 |
commit | 04d5531c0e299b8ea99cb22a8058b88cb3385cb2 (patch) | |
tree | 00240d872e05ccd2c1da43c8d974e0becd496d9c /ms/controllerblueprints/application/src | |
parent | d56e37e648b9cbb56a5a3411137011d45e1f3687 (diff) | |
parent | 5a992c7645fd3488382e736e8ce913aa6721e862 (diff) |
Merge "Controller Blueprints Microservice"
Diffstat (limited to 'ms/controllerblueprints/application/src')
-rw-r--r-- | ms/controllerblueprints/application/src/test/resources/application.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ms/controllerblueprints/application/src/test/resources/application.properties b/ms/controllerblueprints/application/src/test/resources/application.properties index 3bcbbd9c..e2d040c2 100644 --- a/ms/controllerblueprints/application/src/test/resources/application.properties +++ b/ms/controllerblueprints/application/src/test/resources/application.properties @@ -33,4 +33,7 @@ load.dataTypePath=load/model_type/data_type load.nodeTypePath=load/model_type/node_type
load.artifactTypePath=load/model_type/artifact_type
load.resourceDictionaryPath=load/resource_dictionary
-load.blueprintsPath=load/blueprints
\ No newline at end of file +load.blueprintsPath=load/blueprints
+
+# Load Resource Source Mappings
+resourceSourceMappings=db=source-db,input=source-input,default=source-default,mdsal=source-rest
\ No newline at end of file |