080f19d267759a29e34e16ca2295a71a7c2ce0e8
[ccsdk/cds.git] / ms / sdclistener / application / src / main / resources / application.yaml
1 listenerservice:
2   config:
3     asdcAddress: ${asdcAddress:localhost:8443}
4     messageBusAddress: ${messageBusAddress:localhost}
5     user: ${sdcusername:cds}
6     password: ${password:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U}
7     pollingInterval: ${pollingInterval:15}
8     pollingTimeout: ${pollingTimeout:60}
9     relevantArtifactTypes: ${relevantArtifactTypes:TOSCA_CSAR}
10     consumerGroup: ${consumerGroup:cds-id-local}
11     environmentName: ${environmentName:AUTO}
12     consumerId: ${consumerId:cds-id-local}
13     keyStorePassword: ${keyStorePassword}
14     keyStorePath: ${keyStorePath}
15     activateServerTLSAuth : ${activateServerTLSAuth:false}
16     isUseHttpsWithDmaap: ${isUseHttpsWithDmaap:false}
17     isUseHttpsWithSDC: ${isUseHttpsWithSDC:true}
18     archivePath: ${archivePath:/opt/app/onap/cds-sdc-listener/}
19     grpcAddress: ${grpcAddress:localhost}
20     grpcPort: ${grpcPort:9111}
21     authHeader: ${authHeader:Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==}
22     httpsProxyHost: ${httpsProxyHost:}
23     httpProxyHost: ${httpProxyHost:}
24     httpsProxyPort: ${httpsProxyPort:0}
25     httpProxyPort: ${httpProxyPort:0}
26 #port needed by Liveness probe
27 server:
28   port: ${healthcheckPort:9000}
29 #set spring.main.web-environment=false if you want to NOT to open a port for healthcheck.
30 spring:
31   main:
32     web-environment: ${sprintWebListenerEnabled:true}
33
34
35
36 cdslistener:
37   healthcheck:
38     baseUrl: http://localhost:9000/
39 #servicename = SDC Listener service and service link = /api/v1/sdclistener/healthcheck (this is used to check if sdclistener is up depending on all services status)
40 #if you want to add more service it will like [service-name,service-link],[],[]
41     mapping-service-name-with-service-link: "[SDC Listener service,/api/v1/sdclistener/healthcheck]"
42
43 management:
44   endpoint:
45     health:
46       show-details: always
47
48
49   endpoints:
50     web:
51       exposure:
52         include: "*"
53
54 endpoints:
55   user:
56     name: eHbVUbJAj4AG2522cSbrOQ==
57     password: eHbVUbJAj4AG2522cSbrOQ==