fix(docs): fix config toml
This commit is contained in:
@@ -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 # 数据库初始化脚本
|
||||
|
||||
Reference in New Issue
Block a user