新功能: 添加配置ENVIRONMENT环境变量

pull/95/head
李强 2023-04-10 21:46:59 +08:00
parent 877058db57
commit 5364a5536a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ LOGIN_NO_CAPTCHA_AUTH = True
# ================================================= #
# ****************** 其他 配置 ******************* #
# ================================================= #
ENVIRONMENT = "local" # 环境test 测试环境;prod线上环境;local本地环境
ALLOWED_HOSTS = ["*"]
# 系统配置存放位置redis/memory(默认)
DISPATCH_DB_TYPE = 'redis'