소스 검색

change host to localhost in examples

Zhiru Zhu 5 년 전
부모
커밋
594b4bedf8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/src/main/java/MilvusClientExample.java

+ 1 - 1
examples/src/main/java/MilvusClientExample.java

@@ -54,7 +54,7 @@ public class MilvusClientExample {
   public static void main(String[] args) throws InterruptedException, ConnectFailedException {
 
     // You may need to change the following to the host and port of your Milvus server
-    final String host = "192.168.1.149";
+    final String host = "localhost";
     final String port = "19530";
 
     // Create Milvus client