summaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/application/src/main/resources/application.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ms/sdclistener/application/src/main/resources/application.yaml')
-rw-r--r--ms/sdclistener/application/src/main/resources/application.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/ms/sdclistener/application/src/main/resources/application.yaml b/ms/sdclistener/application/src/main/resources/application.yaml
index 080f19d26..259f8c4c5 100644
--- a/ms/sdclistener/application/src/main/resources/application.yaml
+++ b/ms/sdclistener/application/src/main/resources/application.yaml
@@ -1,7 +1,6 @@
listenerservice:
config:
- asdcAddress: ${asdcAddress:localhost:8443}
- messageBusAddress: ${messageBusAddress:localhost}
+ sdcAddress: ${sdcAddress:localhost:8443}
user: ${sdcusername:cds}
password: ${password:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U}
pollingInterval: ${pollingInterval:15}
@@ -13,7 +12,6 @@ listenerservice:
keyStorePassword: ${keyStorePassword}
keyStorePath: ${keyStorePath}
activateServerTLSAuth : ${activateServerTLSAuth:false}
- isUseHttpsWithDmaap: ${isUseHttpsWithDmaap:false}
isUseHttpsWithSDC: ${isUseHttpsWithSDC:true}
archivePath: ${archivePath:/opt/app/onap/cds-sdc-listener/}
grpcAddress: ${grpcAddress:localhost}