summaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application/src/main/resources/application.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ms/cds-sdc-listener/application/src/main/resources/application.yml')
-rw-r--r--ms/cds-sdc-listener/application/src/main/resources/application.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/ms/cds-sdc-listener/application/src/main/resources/application.yml b/ms/cds-sdc-listener/application/src/main/resources/application.yml
deleted file mode 100644
index b3f8443eb..000000000
--- a/ms/cds-sdc-listener/application/src/main/resources/application.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-listenerservice:
- config:
- asdcAddress: ${asdcAddress:localhost:8443}
- messageBusAddress: ${messageBusAddress:localhost}
- user: ${sdcusername:vid}
- password: ${password:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U}
- pollingInterval: ${pollingInterval:15}
- pollingTimeout: ${pollingTimeout:60}
- relevantArtifactTypes: ${relevantArtifactTypes:TOSCA_CSAR}
- consumerGroup: ${consumerGroup:cds-id-local}
- environmentName: ${environmentName:AUTO}
- consumerId: ${consumerId:cds-id-local}
- keyStorePassword: ${keyStorePassword}
- keyStorePath: ${keyStorePath}
- activateServerTLSAuth : ${activateServerTLSAuth:false}
- isUseHttpsWithDmaap: ${isUseHttpsWithDmaap:false}
- archivePath: ${archivePath:/opt/app/onap/cds-sdc-listener/}
- grpcAddress: ${grpcAddress:localhost}
- grpcPort: ${grpcPort:9111}
- authHeader: ${authHeader:Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==}
-#port needed by Liveness probe
-server:
- port: ${healthcheckPort:9000}
-#set spring.main.web-environment=false if you want to NOT to open a port for healthcheck.
-spring:
- main:
- web-environment: ${sprintWebListenerEnabled:true}