更新环境配置以控制文档启用状态

This commit is contained in:
2026-03-11 17:57:47 +08:00
parent 72d642fcf6
commit baf899eaeb
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ from pydantic_settings import BaseSettings, SettingsConfigDict
class Settings(BaseSettings):
PROJECT_NAME: str = "TJWater Server"
ENVIRONMENT: str = "local"
API_V1_STR: str = "/api/v1"
# JWT 配置