Browse Source

update:更新配置

dongzhaorui 2 years ago
parent
commit
5842b53ff7
1 changed files with 2 additions and 5 deletions
  1. 2 5
      A数据处理/sync_data/monitor.py

+ 2 - 5
A数据处理/sync_data/monitor.py

@@ -17,11 +17,8 @@ from log import logger
 from operator import itemgetter
 
 # mongo
-# MONGO_HOST = "172.17.4.87"
-# MONGO_PORT = 27080
-
-MONGO_HOST = "127.0.0.1"
-MONGO_PORT = 27001
+MONGO_HOST = "172.17.4.87"
+MONGO_PORT = 27080
 client = MongoClient(MONGO_HOST, MONGO_PORT)
 
 MONGO_DB1 = "py_spider"