summaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/application/src/main/resources/application.yaml
blob: b3f8443eb0543ca2ee234d1c707a93e1c44f456a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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}