Complete the part of the system crawler.

This commit is contained in:
戒酒的李白
2025-08-20 21:54:31 +08:00
parent 995ec11144
commit 047bbf8c26
536 changed files with 20 additions and 115899 deletions
+19
View File
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
"""
智能舆情分析平台配置文件
存储数据库连接信息和API密钥
"""
# MySQL数据库配置
DB_HOST = ""
DB_PORT = 3306
DB_USER = ""
DB_PASSWORD = ""
DB_NAME = ""
DB_CHARSET = ""
# DeepSeek API密钥
DEEPSEEK_API_KEY = ""
# Tavily搜索API密钥
TAVILY_API_KEY = ""