doc: DB_DIALECT var

This commit is contained in:
luojiyin
2025-11-06 10:44:30 +08:00
parent 381d5eb182
commit 0d3dde0b98
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -322,6 +322,8 @@ cp .env.example .env
vim .env
```
> **提示:** 应用会从 `.env` 读取数据库相关配置。使用内置 PostgreSQL 时请保持 `DB_DIALECT=postgresql`,只有在切换到其他数据库引擎时再调整该值。
**重要环境变量配置**
```bash
# LLM API配置(必需)