diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-08-29 14:28:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-29 14:28:34 +0000 |
commit | b4151a70dfa7660de27ff467461769808c45871d (patch) | |
tree | 8531eb8eedd1ba6d6f53b1cfcf334d2438a9b542 /ms/controllerblueprints/application/src/main/resources/application.properties | |
parent | 2da7588cfb51016b85d84a139af5cf8a7824e59d (diff) | |
parent | 48954cba71208f0b3adfe4abf5480b493f25737c (diff) |
Merge "rename config-data=>sdnc"
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 0ccec68bb..7fe20e03c 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-db,input=source-input,default=source-default,config-data=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 # Controller Blueprints Core Configuration controllerblueprints.blueprintDeployPath=/etc/blueprints/deploy |