X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fsdclistener%2Fapplication%2Fsrc%2Fmain%2Fresources%2Fapplication.yaml;fp=ms%2Fsdclistener%2Fapplication%2Fsrc%2Fmain%2Fresources%2Fapplication.yaml;h=259f8c4c5df4a4e19efa79f6e408e6f08f45bcbc;hb=96f21afcca1b60f70c98f4f2f997a40ca0f74e73;hp=080f19d267759a29e34e16ca2295a71a7c2ce0e8;hpb=f9533bb728b59ca8a270c427f6479a1e8fb244c0;p=ccsdk%2Fcds.git 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}