Files
llm-intelligence/.env.example
2026-05-13 14:42:45 +08:00

9 lines
319 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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"