fix: 支持从独立环境变量配置 PostgreSQL 数据库

- 添加 DB_ENGINE, DB_NAME, DB_USER 等环境变量
- 支持 PostgreSQL 和 SQLite 切换
- 云服务器默认使用 PostgreSQL
This commit is contained in:
maoshen
2026-04-13 01:19:18 +00:00
parent a11df13473
commit 317878039a
3 changed files with 25 additions and 21 deletions

View File

@@ -43,13 +43,20 @@ Add whatever helps you do your job. This is your cheat sheet.
## Git 配置
### 城市手册项目
### 城市手册项目 - 内网仓库
- **仓库**: http://10.2.0.100:8989/mashen/chengshishouce.git
- **用户名**: mashen
- **密码**: 825670@MashenClaw
- **邮箱**: mashen@datalibstar.com
### 城市手册项目 - 外网仓库
- **仓库**: https://xjp.datalibstar.com/mashen/chengshouse.git
- **用户名**: mashen
- **密码**: 825670@MashenClaw
- **邮箱**: mashen@datalibstar.com
## PostgreSQL 数据库
### 城市手册项目