docs(project): add production-ready documentation
Add a top-level README plus production configuration, API, and rollout documentation. Also align deployment and runbook docs with the current runtime semantics, ports, and daily pipeline entrypoints.
This commit is contained in:
@@ -6,3 +6,12 @@ OPENROUTER_API_KEY=
|
||||
|
||||
# 本机 PostgreSQL 连接(long 用户通过本地 socket 直连)
|
||||
DATABASE_URL="host=/var/run/postgresql dbname=llm_intelligence user=long sslmode=disable"
|
||||
|
||||
# API Server 监听端口(默认 8080)
|
||||
PORT=8080
|
||||
|
||||
# 正式日报失败告警(可选)
|
||||
FEISHU_WEBHOOK=
|
||||
|
||||
# 日报输出目录(可选,默认 reports/daily)
|
||||
REPORT_OUTPUT_DIR="reports/daily"
|
||||
|
||||
Reference in New Issue
Block a user