feat: add Portfolio Management module with AI monitoring
This commit is contained in:
@@ -31,6 +31,14 @@ SQLITE_DATABASE_FILE=
|
||||
# Local mode default is enabled in code, but you can override here.
|
||||
ENABLE_PENDING_ORDER_WORKER=true
|
||||
|
||||
# =========================
|
||||
# Portfolio monitor (optional)
|
||||
# =========================
|
||||
# Background service that runs scheduled AI analysis on manual positions
|
||||
# and sends notifications (email/telegram/browser).
|
||||
# Default: enabled. Set to false to disable.
|
||||
ENABLE_PORTFOLIO_MONITOR=true
|
||||
|
||||
# Reclaim orders stuck in status=processing after worker crashes (seconds).
|
||||
PENDING_ORDER_STALE_SEC=90
|
||||
|
||||
|
||||
Reference in New Issue
Block a user