Allow flexible specification of JDBC driver 55/129655/1
authorjhh <jorge.hernandez-herrero@att.com>
Mon, 20 Jun 2022 19:58:45 +0000 (14:58 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Mon, 20 Jun 2022 20:00:00 +0000 (15:00 -0500)
Issue-ID: POLICY-4177
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Id196bf4930f014fbc813f39d2fc48c05f11ecce0

controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties

index 150d208..097d4fd 100644 (file)
@@ -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}