diff options
author | 2022-11-21 08:59:13 +0000 | |
---|---|---|
committer | 2022-11-28 14:52:39 +0000 | |
commit | 4212cd7107cb4ace4e06b95888601f9d770f4369 (patch) | |
tree | 7004247bc4c63fc2c7022f8c57221ca43e0751af /src/main/resources/application.yml | |
parent | 6ac552be8027c26b3f949f5889e0586d32764864 (diff) |
[SDC-DISTRO] Upgrade sdc-distr-clinet to 2.0.01.3.0
onap-gerrit-review: -current-copyright-not-in-all-files
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I4d06d588af872d0d82df92352b9e18c4b7de71e2
Issue-ID: DMAAP-1809
Diffstat (limited to 'src/main/resources/application.yml')
-rw-r--r-- | src/main/resources/application.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f179544..0ff3f4e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,17 +4,15 @@ vesopenapimanager: eventDomainPath: /event/structure/commonEventHeader/structure/domain/value eventSchemaReferencePath: /event/structure/stndDefinedFields/structure/schemaReference/value distribution: - asdcAddress: ${ASDC_ADDRESS:sdc-be.onap:30204} - msgBusAddress: message-router.onap + sdcAddress: ${SDC_ADDRESS:sdc-be.onap:30204} user: dcae password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U pollingInterval: 20 pollingTimeout: 20 - consumerGroup: ves-openapi-manager + consumerGroup: dcaegen2 environmentName: AUTO consumerID: ves-openapi-manager activateServerTLSAuth: false isFilterInEmptyResources: false - isUseHttpsWithDmaap: false |