diff options
Diffstat (limited to 'csit/config/drools/env/base.conf')
-rw-r--r-- | csit/config/drools/env/base.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/csit/config/drools/env/base.conf b/csit/config/drools/env/base.conf index 891de49f..cbb7186a 100644 --- a/csit/config/drools/env/base.conf +++ b/csit/config/drools/env/base.conf @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2020-2021 AT&T Intellectual Property. 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. @@ -55,6 +55,14 @@ AAF=false AAF_NAMESPACE=org.onap.policy AAF_HOST=aaf.api.simpledemo.onap.org +# # Prometheus + +PROMETHEUS=false + +# HTTP Servers https enabled + +HTTP_SERVER_HTTPS=true + # PDP-D DMaaP configuration channel PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION |