feat: 后端配置文件新增IP归属区域查询开关配置

This commit is contained in:
insistence
2024-04-02 09:52:07 +08:00
parent 84f56da523
commit a57d737261
4 changed files with 118 additions and 112 deletions

View File

@@ -17,6 +17,7 @@ class AppSettings(BaseSettings):
app_port: int = 9099
app_version: str = '1.0.0'
app_reload: bool = True
app_ip_location_query: bool = True
class JwtSettings(BaseSettings):