This commit is contained in:
caopeiya 2025-03-06 13:28:08 +08:00
parent 7bbd115bf2
commit 3dae59f187
5 changed files with 5 additions and 11 deletions

View File

@ -10,15 +10,10 @@
## ✨ 主要特性 ## ✨ 主要特性
- 🔄 **配置管理** - 🔄 **配置管理**
- 支持多种配置类型(环境变量、服务参数、数据库连接等) - 支持多种配置类型
- 提供配置的增删改查功能 - 提供配置的增删改查功能
- 实时配置更新,无需重启服务 - 实时配置更新,无需重启服务
- 📊 **版本控制**
- 记录配置修改历史
- 支持配置版本回滚
- 变更追踪与审计
- 🌐 **Web界面** - 🌐 **Web界面**
- 现代化的用户界面设计 - 现代化的用户界面设计
- 直观的配置操作体验 - 直观的配置操作体验
@ -98,7 +93,7 @@ python run.py
![配置项](docs/images/configs.png) ![配置项](docs/images/configs.png)
配置项页面展示了所有的配置内容,提供了强大的搜索、筛选和编辑功能。 配置项页面展示了所有的配置内容,提供了搜索、筛选和编辑功能。
## 📦 部署 ## 📦 部署
@ -116,8 +111,7 @@ docker run -d -p 8000:8000 config-center
1. 安装Python环境 1. 安装Python环境
2. 安装项目依赖 2. 安装项目依赖
3. 配置系统环境变量 3. 使用gunicorn或uvicorn启动服务
4. 使用gunicorn或uvicorn启动服务
## 🤝 贡献指南 ## 🤝 贡献指南

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 194 KiB

BIN
docs/images/types.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -1,8 +1,8 @@
fastapi==0.103.1 fastapi==0.103.1
uvicorn==0.23.2 uvicorn==0.23.2
sqlalchemy==2.0.20 sqlalchemy==1.4.41
alembic==1.12.0 alembic==1.12.0
pydantic==2.3.0 pydantic>=2.7.0
pydantic_settings===2.8.1 pydantic_settings===2.8.1
jinja2==3.1.2 jinja2==3.1.2
aiosqlite==0.19.0 aiosqlite==0.19.0