Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
luojiyin
2025-11-06 10:44:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0d3dde0b98b8723dbf10280b83365d4cf887e264
0d3dde0b
1 parent
381d5eb1
doc: DB_DIALECT var
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
README-EN.md
README.md
README-EN.md
View file @
0d3dde0
...
...
@@ -308,6 +308,8 @@ cp .env.example .env
vim .env
```
> **Note:** The application reads database settings from `.env`. Keep `DB_DIALECT=postgresql` when using the bundled PostgreSQL service; change it only if you switch to another database engine.
**Important environment variable configuration**
:
```
bash
# LLM API configuration (required)
...
...
README.md
View file @
0d3dde0
...
...
@@ -322,6 +322,8 @@ cp .env.example .env
vim .env
```
> **提示:** 应用会从 `.env` 读取数据库相关配置。使用内置 PostgreSQL 时请保持 `DB_DIALECT=postgresql`,只有在切换到其他数据库引擎时再调整该值。
**重要环境变量配置**
:
```
bash
# LLM API配置(必需)
...
...
Please
register
or
login
to post a comment