加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config_sample.yaml 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
system:
debug: true
# 启动Django Logger,并记录Request/Response数据,开发时建议置为false
global_logging: false
# Response数据全部都记录log,导致的问题是log文件会比较大,生产环境建议关闭
resp_data_in_log: true
# 是否启动url权限检查
permission_url_verify: true
# MySql 主数据库连接配置
mysql:
NAME: turbo
USER: root
PASSWORD: root
HOST: 127.0.0.1
PORT: 3306
CONN_MAX_AGE: 300
ATOMIC_REQUESTS: true
# Simple JWT 配置
jwt:
access_token_lifetime: 10000
refresh_token_lifetime: 10000
# Email 配置,pass非邮箱密码
email:
host: smtp.163.com
user: xxxxxxx@163.com
port: 25
pass: XXXXXXXXXXXXXXX
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化