fix log level

This commit is contained in:
jxxghp
2023-08-08 15:40:37 +08:00
parent 406374506f
commit 78fd659e35
4 changed files with 8 additions and 3 deletions

View File

@ -23,6 +23,8 @@ class Settings(BaseSettings):
PORT: int = 3001
# 是否调试模式
DEBUG: bool = False
# 是否开发模式
DEV: bool = False
# 配置文件目录
CONFIG_DIR: str = None
# 超级管理员