[SDC-DIST] Upgrade sdc-distro-client to v 2.0.0
[ccsdk/cds.git] / ms / sdclistener / distribution / src / main / dc / docker-compose.yaml
index 1c68f6c..65a25e2 100755 (executable)
@@ -6,8 +6,7 @@ services:
     container_name: cdssdclistener
     restart: always
     environment:
-      asdcAddress: localhost:8443
-      messageBusAddress: localhost
+      sdcAddress: localhost:8443
       sdcusername: vid
       password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
       pollingInterval: 15
@@ -20,6 +19,7 @@ services:
       keyStorePath:
       activateServerTLSAuth: "false"
       isUseHttpsWithDmaap: "false"
+      isUseHttpsWithSDC: "true"
       archivePath: /opt/app/onap/cds-sdc-listener/
       grpcAddress: localhost
       grpcPort: 9111
@@ -27,3 +27,7 @@ services:
       #port needed by Liveness probe
       healthcheckPort: "9000"
       sprintWebListenerEnabled: "true"
+      httpsProxyHost:
+      httpProxyHost:
+      httpsProxyPort: 0
+      httpProxyPort: 0