diff options
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties index ec1b1349d..34dd43c63 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # ONAP # ================================================================================ -# 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. @@ -17,5 +17,6 @@ # ============LICENSE_END========================================================= dmaap.source.topics=SDNR-CL-RSP -dmaap.source.topics.SDNR-CL-RSP.servers=${env:DMAAP_SERVERS} -dmaap.source.topics.SDNR-CL-RSP.https=true +dmaap.source.topics.SDNR-CL-RSP.servers=${envd:DMAAP_SERVERS} +dmaap.source.topics.SDNR-CL-RSP.https=${envd:DMAAP_HTTPS:true} + |