diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-06-20 14:58:45 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-06-20 15:00:00 -0500 |
commit | c58f34cb1aeef2c11c07d1c2bd38d41f04880b92 (patch) | |
tree | 8458856dd49bd614ddbaa66b046d3f08b953d3d6 /controlloop/common | |
parent | a5d2e2fcbc869b3904d7a53db6816aec8514b3f2 (diff) |
Allow flexible specification of JDBC driver
Issue-ID: POLICY-4177
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Id196bf4930f014fbc813f39d2fc48c05f11ecce0
Diffstat (limited to 'controlloop/common')
-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} |