dongzhaorui 2 년 전
부모
커밋
ff570ccd35
1개의 변경된 파일8개의 추가작업 그리고 7개의 파일을 삭제
  1. 8 7
      find_source/config/conf.yaml

+ 8 - 7
find_source/config/conf.yaml

@@ -1,16 +1,17 @@
 mongo:
 #  host: 127.0.0.1
 #  port: !!int 27001
-    host: 192.168.3.71
-    port: !!int 27027
+#  host: 192.168.3.71
+#  port: !!int 27027
+  host: 192.168.20.248
+  port: !!int 27017
 
 
 redis:
-#  host: 127.0.0.1
-  host: 192.168.3.71
-  port: !!int 6379
-  pwd: ""
-  db: !!int 10
+  host: 192.168.3.109
+  port: !!int 16379
+  pwd: 'top@123'
+  db: !!int 3
 
 
 es: