diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2021-08-12 15:33:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-12 15:33:20 +0000 |
commit | 74f6828664cd209ce2127b55e9fbfd9451982885 (patch) | |
tree | 73d38e46e451ff0963999a89829409492e5b470a /controlloop | |
parent | 9b0e30ec0242f300acc08bbff4409e0bd21392d7 (diff) | |
parent | 12058971eccf5b0f8a8dd5c4baa1a0aa04da7f4b (diff) |
Merge "Add SQL_PORT configuration"
Diffstat (limited to 'controlloop')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 6 |
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 |