From: jhh Date: Mon, 20 Jun 2022 19:58:45 +0000 (-0500) Subject: Allow flexible specification of JDBC driver X-Git-Tag: 1.11.0~7^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c58f34cb1aeef2c11c07d1c2bd38d41f04880b92;p=policy%2Fdrools-applications.git Allow flexible specification of JDBC driver Issue-ID: POLICY-4177 Signed-off-by: jhh Change-Id: Id196bf4930f014fbc813f39d2fc48c05f11ecce0 --- 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}