fix:修复了数据库模块的信息泄露风险等问题。

This commit is contained in:
2026-08-01 10:34:57 +08:00
parent f45d130a58
commit 50c7acb02c
6 changed files with 121 additions and 38 deletions
+11
View File
@@ -0,0 +1,11 @@
# ========================================
# 阿尔法研究 — 环境变量配置模板
# 复制此文件为 .env 并填入真实值
# ========================================
# PostgreSQL 数据库连接
DB_HOST=localhost
DB_PORT=12345
DB_NAME=quant_db
DB_USER=postgres
DB_PASSWORD=your_password_here