aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-08-24 22:38:57 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-08-24 22:39:31 +0800
commit3fc5f3b3d74a1dfb66e2db51fc516fffa138e835 (patch)
treec985b2405af904ed244583d76670fbe8927972eb
parent1a7355b3b40cfd2238d142ea372c2c1e3101fe8d (diff)
MSB IP and Port should be in config file
Issue-Id: MSB-23 Change-Id: I64b07c1cdac174740a438265ad67ca302241a917 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r--example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java b/example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java
index 24f9ede..15a9f6f 100644
--- a/example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java
+++ b/example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java
@@ -27,6 +27,7 @@ public class ExampleClient {
* @throws IOException
*/
public static void main(String[] args) throws IOException {
+ //For real use case, MSB IP and Port should come from configuration file instead of hard code here
String MSB_IP="127.0.0.1";
int MSB_Port=10081;