Sdc controller config

Change the sdc-controller config so that clamp is defined as sdc
consumer group and id

Issue-ID: CLAMP-151
Change-Id: Ie97a891e3c01d94f3099a5f75097e54ac37ecbe5
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
diff --git a/src/main/resources/clds/sdc-controllers-config.json b/src/main/resources/clds/sdc-controllers-config.json
index 2b99a2c..b86732e 100644
--- a/src/main/resources/clds/sdc-controllers-config.json
+++ b/src/main/resources/clds/sdc-controllers-config.json
@@ -2,8 +2,8 @@
   "sdc-connections":{
     "sdc-controller":{
         "user": "clamp",
-        "consumerGroup": "consumerGroup2",
-        "consumerId": "consumerId2",
+        "consumerGroup": "clamp",
+        "consumerId": "clamp",
         "environmentName": "AUTO",
         "sdcAddress": "sdc.api.simpledemo.onap.org:8443",
         "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981",