diff options
author | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2022-06-22 08:50:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-22 08:50:11 +0000 |
commit | 1cf652918fc34ec930547762f82b99bb5df8323b (patch) | |
tree | 0a4d8f8b55a7f223139feaadbcd5626c26d52b9f | |
parent | 60b730c17a0d98eb852d08d3e91487f1202cffdf (diff) | |
parent | c58f34cb1aeef2c11c07d1c2bd38d41f04880b92 (diff) |
Merge "Allow flexible specification of JDBC driver"
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties index 150d20875..097d4fd02 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties @@ -20,7 +20,7 @@ # # DB parameters -operation.history.url=jdbc:mariadb://${envd:SQL_HOST}:${envd:SQL_PORT:3306}/operationshistory +operation.history.url=${envd:JDBC_URL}operationshistory${envd:JDBC_OPTS} operation.history.userName=${envd:SQL_USER} operation.history.password=${envd:SQL_PASSWORD} |