解决合并后出现的问题,为swagger提供禁用选项,暂时移除wiki

This commit is contained in:
2025-12-26 01:15:17 +08:00
parent 44f007936e
commit 85a9463913
90 changed files with 602 additions and 20104 deletions

View File

@@ -26,6 +26,7 @@ services:
# 服务器配置
- SERVER_PORT=:8080
- SERVER_MODE=${SERVER_MODE:-release}
- SERVER_SWAGGER_ENABLED=${SERVER_SWAGGER_ENABLED:-true}
# 数据库配置
- DATABASE_DRIVER=postgres
- DATABASE_HOST=postgres