blob: e88ea635f2d0bdf8d9425b31cb4281b99d576747 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
vesopenapimanager:
validation:
schemaMapPath: ${SCHEMA_MAP_PATH:./src/main/resources/schema-map.json}
eventDomainPath: /event/structure/commonEventHeader/structure/domain/value
eventSchemaReferencePath: /event/structure/stndDefinedFields/structure/schemaReference/value
distribution:
sdcAddress: ${SDC_ADDRESS:sdc-be.onap:30204}
isUseHttpsWithSDC: false
user: dcae
password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
pollingInterval: 20
pollingTimeout: 20
consumerGroup: dcaegen2
consumerID: ves-openapi-manager
environmentName: AUTO
activateServerTLSAuth: false
isFilterInEmptyResources: false
|