VOL-1025: Implement a Go language library for affinity proxy request/response handling
- Did a bit of cleanup on the docker-compose environment for rw-core.
  To run the compose files, set DOCKER_HOST_IP to your MAC's IP

Change-Id: Iefb99c99d082c2566f3854a27630941e927be0b6
diff --git a/rw_core/config/config.go b/rw_core/config/config.go
index feb9879..c363d49 100644
--- a/rw_core/config/config.go
+++ b/rw_core/config/config.go
@@ -29,13 +29,13 @@
 	default_InstanceID       = "rwcore001"
 	default_GrpcPort         = 50057
 	default_GrpcHost         = "127.0.0.1"
-	default_KafkaAdapterHost = "10.176.230.190"
+	default_KafkaAdapterHost = "127.0.0.1"
 	default_KafkaAdapterPort = 9092
-	default_KafkaClusterHost = "10.176.215.107"
+	default_KafkaClusterHost = "127.0.0.1"
 	default_KafkaClusterPort = 9094
 	default_KVStoreType      = EtcdStoreName
 	default_KVStoreTimeout   = 5 //in seconds
-	default_KVStoreHost      = "10.176.230.190"
+	default_KVStoreHost      = "127.0.0.1"
 	default_KVStorePort      = 2379 // Consul = 8500; Etcd = 2379
 	default_KVTxnKeyDelTime  = 60
 	default_LogLevel         = 0