加入对操作记录的支持
This commit is contained in:
@ -25,9 +25,9 @@ REDIS_DB_URL = "redis://:sdust2020@127.0.0.1:6379/0"
|
||||
MongoDB 数据库配置
|
||||
格式:mongodb://用户名:密码@地址:端口/?authSource=数据库名称
|
||||
"""
|
||||
MONGO_DB_ENABLE = False
|
||||
MONGO_DB_NAME = "kinit"
|
||||
MONGO_DB_URL = f"mongodb://kinit:123456@177.8.0.6:27017/?authSource={MONGO_DB_NAME}"
|
||||
MONGO_DB_ENABLE = True
|
||||
MONGO_DB_NAME = "aicheck"
|
||||
MONGO_DB_URL = f"mongodb://localhost:27017/?authSource={MONGO_DB_NAME}"
|
||||
|
||||
"""
|
||||
华为云对象存储OBS设置
|
||||
|
Reference in New Issue
Block a user