This commit updates the grpc server to accept connections on any
container IP and refresh the adapters README.md file.

Change-Id: Ic59c3b07d786499cda0a0a1a6be0ee1f75e869ca
diff --git a/rw_core/config/config.go b/rw_core/config/config.go
index c363d49..e0d0fe6 100644
--- a/rw_core/config/config.go
+++ b/rw_core/config/config.go
@@ -28,7 +28,7 @@
 	EtcdStoreName            = "etcd"
 	default_InstanceID       = "rwcore001"
 	default_GrpcPort         = 50057
-	default_GrpcHost         = "127.0.0.1"
+	default_GrpcHost         = ""
 	default_KafkaAdapterHost = "127.0.0.1"
 	default_KafkaAdapterPort = 9092
 	default_KafkaClusterHost = "127.0.0.1"