Update docker-compose and its configurations

The image version and configuration were updated
to SDNC 2.1.1 and VES-Collector 1.9.0.
Update VES client scripts supporting https
Port numbers and basicAuth were updated.

IssueID: OAM-173, OAM-175
Change-Id: I0c70921800faa7c3635379f6d41600e4c5420b23
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
diff --git a/solution/dev/ves-test-collector/client-scripts-ves-v7/config b/solution/dev/ves-test-collector/client-scripts-ves-v7/config
index d11dc5c..db1a28f 100644
--- a/solution/dev/ves-test-collector/client-scripts-ves-v7/config
+++ b/solution/dev/ves-test-collector/client-scripts-ves-v7/config
@@ -1,6 +1,5 @@
 ################################################################################
-#
-# Copyright 2019 highstreet technologies GmbH and others
+# Copyright 2021 highstreet technologies GmbH and others
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -20,8 +19,8 @@
 
 ################################################################################
 # DCAE VES Collector communication end point 
-urlVes=http://localhost:30007/eventListener/v7
-basicAuthVes=will:pill
+urlVes=https://localhost:8443/eventListener/v7
+basicAuthVes=sample1:sample1
 
 ################################################################################
 # common generated event settings, please dont touch