更新版本号,默认配置为使用演示环境

This commit is contained in:
ktianc 2024-03-02 19:56:40 +08:00
parent c5cfe3ffcb
commit 0189fa867a

View File

@ -11,13 +11,13 @@ from fastapi.security import OAuth2PasswordBearer
"""
系统版本
"""
VERSION = "3.7.0"
VERSION = "3.7.1"
"""安全警告: 不要在生产中打开调试运行!"""
DEBUG = False
"""是否开启演示功能取消所有POST,DELETE,PUT操作权限"""
DEMO = False
DEMO = True
"""演示功能白名单"""
DEMO_WHITE_LIST_PATH = [
"/auth/login",