diff options
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 |