aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/feature-controlloop-management')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties6
1 files changed, 3 insertions, 3 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 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