Remove PostgreSQL support and standardize on SQLite only.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-5
@@ -54,8 +54,4 @@ RISK_DAILY_POSITION_LIMIT=5
|
||||
RISK_DAILY_TRADING_RISK_PCT=2
|
||||
TRADING_DAY_RESET_HOUR=8
|
||||
|
||||
# —— 数据库(生产推荐 PostgreSQL,见 docs/POSTGRES.md)——
|
||||
# 未配置 DATABASE_URL 时使用本地 SQLite futures.db
|
||||
# DATABASE_URL=postgresql://qihuo:your_password@127.0.0.1:5432/qihuo
|
||||
# PG_POOL_MIN=2
|
||||
# PG_POOL_MAX=20
|
||||
# —— 数据库(SQLite futures.db,路径见 modules/core/paths.py)——
|
||||
|
||||
Reference in New Issue
Block a user