fix(docs): fix config toml

This commit is contained in:
2026-02-13 16:06:56 +08:00
parent 7ef61145f6
commit fb30d5da1a
4 changed files with 57 additions and 43 deletions

View File

@@ -99,10 +99,8 @@ web-rust-template/
├── config/ # 配置文件目录
│ ├── default.toml # 默认配置
│ ├── development.sqlite.toml # SQLite 开发环境配置
── development.mysql.toml # MySQL 开发环境配置
│ ├── development.postgresql.toml # PostgreSQL 开发环境配置
│ └── production.toml # 生产环境配置
│ ├── development.toml # 开发环境配置(支持 MySQL/PostgreSQL/SQLite
── production.toml # 生产环境配置
├── sql/ # SQL 脚本
│ └── init.sql # 数据库初始化脚本