summaryrefslogtreecommitdiffstats
path: root/csit/config/drools/custom/engine.properties
diff options
context:
space:
mode:
authorAjith Sreekumar <ajith.sreekumar@bell.ca>2021-08-26 08:52:57 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-26 08:52:57 +0000
commitbedc1d444f08ca4014c56c612af1de7d5b4e8e31 (patch)
tree300f28c76d9fa887dff60494bb6872f51f07b52b /csit/config/drools/custom/engine.properties
parentf0ff3edeb8d32a90d373640ac4dfa3c944f81679 (diff)
parent60d6a08c8376f66d4cd655de48949d50e8ec1d7a (diff)
Merge "Update CSITs for metrics + refactoring"
Diffstat (limited to 'csit/config/drools/custom/engine.properties')
-rw-r--r--csit/config/drools/custom/engine.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/csit/config/drools/custom/engine.properties b/csit/config/drools/custom/engine.properties
index dfc6a7db..4d00d647 100644
--- a/csit/config/drools/custom/engine.properties
+++ b/csit/config/drools/custom/engine.properties
@@ -3,6 +3,7 @@
# ONAP
# ================================================================================
# Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 2021 Bell Canada. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -29,7 +30,8 @@ http.server.services.SECURED-CONFIG.password=${envd:TELEMETRY_PASSWORD}
http.server.services.SECURED-CONFIG.restPackages=org.onap.policy.drools.server.restful
http.server.services.SECURED-CONFIG.managed=false
http.server.services.SECURED-CONFIG.swagger=true
-http.server.services.SECURED-CONFIG.https=true
+http.server.services.SECURED-CONFIG.https=${envd:HTTP_SERVER_HTTPS:false}
+http.server.services.SECURED-CONFIG.prometheus=${envd:PROMETHEUS:true}
http.server.services.SECURED-CONFIG.aaf=${envd:AAF:false}
http.server.services.SECURED-CONFIG.serialization.provider=org.onap.policy.common.gson.JacksonHandler,org.onap.policy.common.endpoints.http.server.YamlJacksonHandler