clean MR codebase
[dmaap/messagerouter/dmaapclient.git] / src / main / java / org / onap / dmaap / mr / test / clients / ConsolePublisher.java
index 62e4cda..d8b1979 100644 (file)
@@ -49,7 +49,7 @@ public class ConsolePublisher
        public static void main ( String[] args ) throws IOException //throws IOException, InterruptedException
        {
                // read the hosts(s) from the command line
-               final String hosts = args.length > 0 ? args[0] : "aaa.it.att.com,bbb.it.att.com,ccc.it.att.com";
+               final String hosts = args.length > 0 ? args[0] : "mr1.onap.com,mr2.onap.com,mr3.onap.com";
 
                // read the topic name from the command line
                final String topic = args.length > 1 ? args[1] : "TEST-TOPIC";