chore(env): 删除示例环境变量配置文件
- 移除了 .env.example 文件及其所有配置内容 - 删除了 Tushare API 的示例令牌配置 - 移除了钉钉机器人的示例 webhook 和 secret 配置 - 删除了 PostgreSQL 数据库的示例连接信息 - 简化项目环境变量管理,避免泄露敏感信息
This commit is contained in:
16
.env.example
16
.env.example
@@ -1,16 +0,0 @@
|
||||
# ETF策略项目 - 环境变量配置模板
|
||||
# 复制此文件为 .env 并填入真实值
|
||||
|
||||
# ==================== Tushare API ====================
|
||||
TUSHARE_TOKEN=your_tushare_token_here
|
||||
|
||||
# ==================== 钉钉机器人 ====================
|
||||
DINGTALK_WEBHOOK=https://oapi.dingtalk.com/robot/send?access_token=xxx
|
||||
DINGTALK_SECRET=SECxxx
|
||||
|
||||
# ==================== PostgreSQL数据库 ====================
|
||||
DB_HOST=192.168.0.115
|
||||
DB_PORT=5432
|
||||
DB_NAME=etf_db
|
||||
DB_USER=admin
|
||||
DB_PASS=admin
|
||||
Reference in New Issue
Block a user