aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.yml
diff options
context:
space:
mode:
authorMichal Banka <michal.banka@nokia.com>2021-02-08 12:42:52 +0100
committerMichal Banka <michal.banka@nokia.com>2021-02-11 03:13:24 +0100
commit7f7704977116ead5bc3ae8cba4afdf698d08bce7 (patch)
tree989ee772ab8c2b10e2b544485a4cc07b00cc5bbd /src/main/resources/application.yml
parentba2f6a95fb320238638b6a7bf7ddf07d8ef0d6bb (diff)
Add ves-openapi-manager implementation
Change-Id: I923fa43028c78989604547b365a3326a1f8e9548 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2572
Diffstat (limited to 'src/main/resources/application.yml')
-rw-r--r--src/main/resources/application.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
new file mode 100644
index 0000000..f179544
--- /dev/null
+++ b/src/main/resources/application.yml
@@ -0,0 +1,20 @@
+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:
+ asdcAddress: ${ASDC_ADDRESS:sdc-be.onap:30204}
+ msgBusAddress: message-router.onap
+ user: dcae
+ password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+ pollingInterval: 20
+ pollingTimeout: 20
+ consumerGroup: ves-openapi-manager
+ environmentName: AUTO
+ consumerID: ves-openapi-manager
+ activateServerTLSAuth: false
+ isFilterInEmptyResources: false
+ isUseHttpsWithDmaap: false
+
+