fix(env): 要求配置 SoH 预测服务

This commit is contained in:
2026-05-11 23:38:38 +08:00
parent a131bb845b
commit 8a3d5fd947
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
DATABASE_URL=mysql://user:password@localhost:3306/database
# Optional: external AI SoH prediction service.
# SOH_PREDICTION_API_BASE_URL=http://127.0.0.1:8000
# Required: external AI SoH prediction service.
SOH_PREDICTION_API_BASE_URL=http://127.0.0.1:8000
# SOH_PREDICTION_CACHE_TTL_SECONDS=86400
# SOH_PREDICTION_TIMEOUT_MS=10000