diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0ff3f4e..e88ea63 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,13 +5,14 @@ vesopenapimanager: 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 - environmentName: AUTO consumerID: ves-openapi-manager + environmentName: AUTO activateServerTLSAuth: false isFilterInEmptyResources: false |