修改默认不支持热重载

This commit is contained in:
haotian 2025-07-28 10:37:12 +08:00
parent 19f5d44cb9
commit 580fd8f16b

View File

@ -19,7 +19,7 @@ class AppSettings(BaseSettings):
app_host: str = '0.0.0.0'
app_port: int = 9099
app_version: str = '1.0.0'
app_reload: bool = True
app_reload: bool = False
app_ip_location_query: bool = True
app_same_time_login: bool = True