feat: 后端配置文件新增IP归属区域查询开关配置
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user