diff options
author | Dan Timoney <dtimoney@att.com> | 2019-05-16 13:44:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-16 13:44:11 +0000 |
commit | 1ba3e762e27b09465339f90f624faff3b58059d1 (patch) | |
tree | 53c266da117d43dc5466255239da97e006c0ae67 /ms/controllerblueprints/application/src/main/resources/application.properties | |
parent | 3abe510d9436655e53a011c2bc8d445ae3aa0d9a (diff) | |
parent | d9a1cb240a936b99833d56fea3ee688474724d0a (diff) |
Merge "Fix: Enrichment fails for processor-db source" into dublin
Diffstat (limited to 'ms/controllerblueprints/application/src/main/resources/application.properties')
-rwxr-xr-x | ms/controllerblueprints/application/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/application/src/main/resources/application.properties b/ms/controllerblueprints/application/src/main/resources/application.properties index b9c1d4f4e..4be06d81f 100755 --- a/ms/controllerblueprints/application/src/main/resources/application.properties +++ b/ms/controllerblueprints/application/src/main/resources/application.properties @@ -52,7 +52,7 @@ spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect # Load Resource Source Mappings -resourceSourceMappings=processor-db=source-processor-db,input=source-input,default=source-default,primary-config-data=source-rest,capability=source-capability +resourceSourceMappings=processor-db=source-processor-db,primary-db=source-processor-db,input=source-input,default=source-default,primary-config-data=source-rest,primary-aai-data=source-rest,capability=source-capability # Controller Blueprints Core Configuration controllerblueprints.blueprintDeployPath=/etc/blueprints/deploy |