1 Star 0 Fork 0

daming/thinkDj

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env.example 980 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 调试
DEBUG=True
# 密钥
SECRET_KEY=django-insecure-thkhqv(17sg)x)&53xwryu%*qyi_f-$vy3=6ya+$!8o5+wpa%-
# ============================================ #
# *************** 数据库 配置 *************** #
# ============================================ #
# 数据库硬气
DATABASE_ENGINE = "django.db.backends.mysql"
# 数据库地址
DATABASE_HOST = "127.0.0.1"
# 数据库
DATABASE_NAME = 'qianxi_python'
# 数据库端口
DATABASE_PORT = 3306
# 数据库用户名
DATABASE_USER = "root"
# 数据库密码
DATABASE_PASSWORD = "root"
# 表前缀
TABLE_PREFIX = "qx_"
# ========================================= #
# *************** JWT 配置 *************** #
# ========================================= #
JWT_SECRET = 'secret'
JWT_ALG= 'HS256'
JWT_ISS = 'thinkDj'
JWT_AUD = 'thinkDj'
JWT_EXP = 60000
# ========================================= #
# *************** 验证码 配置 *************** #
# ========================================= #
CAPTCHA_TIMEOUT= 7200
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/damingstore/thinkDj.git
git@gitee.com:damingstore/thinkDj.git
damingstore
thinkDj
thinkDj
master

搜索帮助