mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 12:52:26 +00:00
- 添加生产环境相关配置文件(.env.prod, .env.production, docker-compose.prod.yaml)到.gitignore - 更新前后端生产环境配置,包括数据库、Redis等连接信息 - 重构在线用户监控页面,优化查询逻辑和分页处理 - 调整路由配置,将个人中心路由移至根路由下 - 修改接口参数处理,将IP地址查询改为模糊查询
27 lines
282 B
Plaintext
Executable File
27 lines
282 B
Plaintext
Executable File
.venv
|
|
.vscode
|
|
.idea
|
|
.dev
|
|
.chat
|
|
.DS_Store
|
|
__pycache__
|
|
|
|
venv
|
|
|
|
backend/logs
|
|
backend/venv
|
|
backend/__pycache__
|
|
backend/dev_sql.db
|
|
backend/site/*
|
|
|
|
frontend/build
|
|
frontend/node_modules
|
|
frontend/__pycache__
|
|
|
|
devops/frontend/dist
|
|
|
|
.history
|
|
.env.prod
|
|
.env.production
|
|
docker-compose.prod.yaml
|