feat: 后端配置文件新增账号同时登录开关配置
This commit is contained in:
@@ -18,6 +18,7 @@ class AppSettings(BaseSettings):
|
||||
app_version: str = '1.0.0'
|
||||
app_reload: bool = True
|
||||
app_ip_location_query: bool = True
|
||||
app_same_time_login: bool = True
|
||||
|
||||
|
||||
class JwtSettings(BaseSettings):
|
||||
|
Reference in New Issue
Block a user