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 | 001cee316f799787a029bf27e2a2ff7c7187a6f3 (patch) | |
tree | 40f3f90c6cf622434e673f2b4dc6dbf9629cf7fb /ms/blueprintsprocessor/application/src/main | |
parent | 39e274ebb8e37b968c89403a32c7d6ee3f0fb880 (diff) | |
parent | 99b2042e3fef3c7f2e144863e003bf6a47662b62 (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 cb8ca92cf..81b997685 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 |