docs: 优化交付文档表达

This commit is contained in:
2026-05-12 00:18:00 +08:00
parent 50e8e32bac
commit 32946b25fa
3 changed files with 67 additions and 57 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
DATABASE_URL=mysql://user:password@localhost:3306/database
# Required: external AI SoH prediction service.
# 必填:外部 SoH 预测服务地址
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
# LOG_DB=false # reserved for database query logging if enabled later