From c58f34cb1aeef2c11c07d1c2bd38d41f04880b92 Mon Sep 17 00:00:00 2001 From: jhh Date: Mon, 20 Jun 2022 14:58:45 -0500 Subject: Allow flexible specification of JDBC driver Issue-ID: POLICY-4177 Signed-off-by: jhh Change-Id: Id196bf4930f014fbc813f39d2fc48c05f11ecce0 --- .../src/main/feature/config/event-manager.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit 1.2.3-korg