Add SQL_PORT configuration 11/123211/2
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 10 Aug 2021 00:59:04 +0000 (19:59 -0500)
committerJorge Hernandez <jorge.hernandez-herrero@att.com>
Tue, 10 Aug 2021 17:12:59 +0000 (17:12 +0000)
Issue-ID: POLICY-3533
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I43f6313550cf1047310486a7f40586febf1847f7

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

index 762ae58..2f7f072 100644 (file)
@@ -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