chore(config): stop track MindSpider config.py

change it to config.py.example
This commit is contained in:
ghmark675
2025-11-03 12:16:17 +08:00
committed by BaiFu
parent 46b2f00a6e
commit 6fd897d82a
2 changed files with 1 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
"""
存储数据库连接信息和API密钥
"""
# MySQL数据库配置
DB_HOST = "your_host"
DB_PORT = 3306
DB_USER = "your_username"
DB_PASSWORD = "your_password"
DB_NAME = "mindspider"
DB_CHARSET = "utf8mb4"
# DeepSeek API密钥
DEEPSEEK_API_KEY = "your_deepseek_api_key"