feat: 后端配置文件新增账号同时登录开关配置

This commit is contained in:
insistence
2024-04-02 10:42:07 +08:00
parent a57d737261
commit 38aca38d4d
5 changed files with 23 additions and 12 deletions

View File

@@ -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):