diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-08-26 08:52:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-26 08:52:57 +0000 |
commit | bedc1d444f08ca4014c56c612af1de7d5b4e8e31 (patch) | |
tree | 300f28c76d9fa887dff60494bb6872f51f07b52b /csit/config/distribution/defaultConfig.json | |
parent | f0ff3edeb8d32a90d373640ac4dfa3c944f81679 (diff) | |
parent | 60d6a08c8376f66d4cd655de48949d50e8ec1d7a (diff) |
Merge "Update CSITs for metrics + refactoring"
Diffstat (limited to 'csit/config/distribution/defaultConfig.json')
-rw-r--r-- | csit/config/distribution/defaultConfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csit/config/distribution/defaultConfig.json b/csit/config/distribution/defaultConfig.json index b4cc1ea5..ba1a682c 100644 --- a/csit/config/distribution/defaultConfig.json +++ b/csit/config/distribution/defaultConfig.json @@ -5,7 +5,8 @@ "port":6969, "userName":"healthcheck", "password":"zb!XztG34", - "https": true + "https": true, + "prometheus": true }, "receptionHandlerParameters":{ "FileReceptionHandler":{ |