From: jhh Date: Tue, 10 Aug 2021 00:59:04 +0000 (-0500) Subject: Add SQL_PORT configuration X-Git-Tag: 1.9.0~6^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=12058971eccf5b0f8a8dd5c4baa1a0aa04da7f4b;p=policy%2Fdrools-applications.git Add SQL_PORT configuration Issue-ID: POLICY-3533 Signed-off-by: jhh Change-Id: I43f6313550cf1047310486a7f40586febf1847f7 --- 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 762ae581e..2f7f072b9 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 @@ -19,9 +19,9 @@ # # DB parameters -operation.history.url=jdbc:mariadb://${env:SQL_HOST}:3306/operationshistory -operation.history.userName=${env:SQL_USER} -operation.history.password=${env:SQL_PASSWORD} +operation.history.url=jdbc:mariadb://${envd:SQL_HOST}:${envd:SQL_PORT:3306}/operationshistory +operation.history.userName=${envd:SQL_USER} +operation.history.password=${envd:SQL_PASSWORD} # # Actor parameters