修改默认不支持热重载
This commit is contained in:
parent
19f5d44cb9
commit
580fd8f16b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user