Przeglądaj źródła

修改新mgo地址

dongzhaorui 5 dni temu
rodzic
commit
a3cdd9e907
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      FworkSpider/setting.py

+ 1 - 1
FworkSpider/setting.py

@@ -16,7 +16,7 @@ TASK_REQUEST_FAILED = "pyspider_listdata_err"
 SPIDER_HEARTBEAT_RECORD = "pyspider_heartbeat"
 
 # MONGODB
-MONGO_IP = "172.17.4.87"
+MONGO_IP = "172.20.47.168"
 MONGO_PORT = 27080
 MONGO_DB = "py_spider"