From 6a5f50cc851a37cd76323f289841b5279eea2db2 Mon Sep 17 00:00:00 2001 From: aszerW Date: Mon, 25 May 2026 00:30:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20FLASK=5FAPI=5FURL?= =?UTF-8?q?=20=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 FLASK_API_URL=https://k3s.tokenpluse.xyz - 用于 framework_v2 配置加载器读取 Flask API 服务地址 - 支持 V2 策略回测自动获取数据 --- .env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env b/.env index 974bc5c..3bfbf02 100644 --- a/.env +++ b/.env @@ -37,3 +37,6 @@ SSH_LOCAL_PORT=1080 # ==================== Flask 缓存配置 ==================== CACHE_MAXSIZE=128 CACHE_TTL_SECONDS=7200 + +# Flask API 服务地址 +FLASK_API_URL=https://k3s.tokenpluse.xyz