aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/application/src/main/resources/application.yaml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-05-03 14:35:37 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-03 14:35:37 +0000
commitbcb83886bdf9837797a9502b27ae1d83d53504c6 (patch)
treecabcacff33fe9dc539f1c079fbcd49408eda5270 /ms/sdclistener/application/src/main/resources/application.yaml
parent6470be0e85ae8cb72f451ff0fc05acca4f5bfc10 (diff)
parent4440ee4c676934c25c21e00ef0e3077797d25c25 (diff)
Merge "Use of .yaml extension instead of .yml for consistency." into dublin
Diffstat (limited to 'ms/sdclistener/application/src/main/resources/application.yaml')
-rw-r--r--ms/sdclistener/application/src/main/resources/application.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/ms/sdclistener/application/src/main/resources/application.yaml b/ms/sdclistener/application/src/main/resources/application.yaml
new file mode 100644
index 000000000..b3f8443eb
--- /dev/null
+++ b/ms/sdclistener/application/src/main/resources/application.yaml
@@ -0,0 +1,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}