Browse Source

更新lua表代理访问地址

dongzhaorui 2 years ago
parent
commit
2a4c54d47e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      find_source/settings.py

+ 1 - 1
find_source/settings.py

@@ -22,7 +22,7 @@ MGO_URLS = mongo_table(db=MGO_DATABASE, name='retrieve_urls')
 '''竞品列表'''
 MGO_COMPETING_GOODS = mongo_table(db=MGO_DATABASE, name='retrieve_competing_goods')
 '''luaconfig'''
-MGO_LUA_SPIDERS = mongo_table(db='editor', name='luaconfig')
+MGO_LUA_SPIDERS = mongo_table(host='192.168.20.248', port=27080, db='editor', name='luaconfig')
 
 '''redis'''
 REDIS = redis_client()