Browse Source

Revert "history_task.py"

This reverts commit 891fcc8509d1cd7c04479c252fef5cf668499397.
luojunhui 5 months ago
parent
commit
efe6ef8eb0
1 changed files with 5 additions and 5 deletions
  1. 5 5
      applications/config/apollo_config.py

+ 5 - 5
applications/config/apollo_config.py

@@ -31,11 +31,11 @@ class Config(object):
                     config_server_url="https://devapolloconfig-internal.piaoquantv.com/",
                     timeout=10
                 )
-                self.article_match_video_table = "long_articles_match_videos_dev"
-                self.article_text_table = "long_articles_text_dev"
-                self.article_crawler_video_table = "long_articles_crawler_videos_dev"
-                self.root_source_id_table = "long_articles_root_source_id_dev"
-                self.get_off_video_table = "get_off_videos_dev"
+                self.article_match_video_table = "long_articles_match_videos_copy1"
+                self.article_text_table = "long_articles_text_copy1"
+                self.article_crawler_video_table = "long_articles_crawler_videos_copy1"
+                self.root_source_id_table = "long_articles_root_source_id_copy1"
+                self.get_off_video_table = "get_off_videos_copy1"
             case "pre":
                 self.apollo_connection = pyapollos.ApolloClient(
                     app_id="LongArticlesMatchServer",