diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-11 15:19:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-11 15:19:12 +0000 |
commit | 9ddd3630333bbafd0eb19db39d64626da28f0bce (patch) | |
tree | 5ba54638d6d974cfd76bbebc75dd02d6fcbebab8 /ms/blueprintsprocessor/application/src/main | |
parent | c43a5074736a42696ed947d9797dcc69b738330b (diff) | |
parent | 8923639a534b79dddfb9e4006acbee31bc2649c3 (diff) |
Merge "Add Primary Data Source Configuration"
Diffstat (limited to 'ms/blueprintsprocessor/application/src/main')
-rw-r--r-- | ms/blueprintsprocessor/application/src/main/resources/application.properties | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/application.properties b/ms/blueprintsprocessor/application/src/main/resources/application.properties index cb8ca92c..81b99768 100644 --- a/ms/blueprintsprocessor/application/src/main/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application.properties @@ -15,4 +15,13 @@ #
# Blueprint Processor File Execution and Handling Properties
blueprintsprocessor.blueprintDeployPath=/opt/app/onap/blueprints/deploy
-blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
\ No newline at end of file +blueprintsprocessor.blueprintArchivePath=/opt/app/onap/blueprints/archive
+# Primary Database Configuration
+blueprintsprocessor.db.primary.url=jdbc:mysql://localhost:3306/sdnctl
+blueprintsprocessor.db.primary.username=sdnctl
+blueprintsprocessor.db.primary.password=sdnctl
+blueprintsprocessor.db.primary.driverClassName=org.mariadb.jdbc.Driver
+blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=validate
+blueprintsprocessor.db.primary.hibernateDDLAuto=none
+blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
+blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect
\ No newline at end of file |