docs(prediction): 说明 AI 预测服务配置

This commit is contained in:
2026-05-11 22:21:57 +08:00
parent 1a2ff19cf4
commit c936167fc8
3 changed files with 28 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
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
# SOH_PREDICTION_CACHE_TTL_SECONDS=86400
# SOH_PREDICTION_TIMEOUT_MS=10000
# Optional logging knobs (defaults are usually fine):
# LOG_LEVEL=info # trace|debug|info|warning|error|fatal
# LOG_FORMAT=pretty # pretty|json — defaults to TTY ? pretty : json