forked from niuniu/llm-intelligence
chore: prepare repository for publishing
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# LLM Intelligence Hub 本地环境变量示例
|
||||
# 复制为 .env 或 .env.local 后再执行脚本
|
||||
|
||||
# OpenRouter 真实采集必须配置
|
||||
OPENROUTER_API_KEY=
|
||||
|
||||
# 本机 PostgreSQL 连接(long 用户通过本地 socket 直连)
|
||||
DATABASE_URL="host=/var/run/postgresql dbname=llm_intelligence user=long sslmode=disable"
|
||||
Reference in New Issue
Block a user