1 Star 1 Fork 643

Hyl/Archery_1

forked from 小圈圈/Archery 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.env.list 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
# https://docs.djangoproject.com/zh-hans/4.1/ref/settings/
DEBUG="false"
DATABASE_URL="mysql://root:@127.0.0.1:3306/archery"
CACHE_URL="redis://127.0.0.1:6379/0"
# https://django-auth-ldap.readthedocs.io/en/latest/
ENABLE_LDAP="false"
AUTH_LDAP_ALWAYS_UPDATE_USER="true"
AUTH_LDAP_USER_ATTR_MAP="username=cn,display=displayname,email=email"
# https://docs.djangoproject.com/en/4.0/ref/settings/#csrf-trusted-origins
CSRF_TRUSTED_ORIGINS="http://127.0.0.1:9123"
# https://django-q.readthedocs.io/en/latest/configure.html#
Q_CLUISTER_WORKERS=4
Q_CLUISTER_TIMEOUT=60
Q_CLUISTER_SYNC="false"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/oldhuang123/Archery_1.git
git@gitee.com:oldhuang123/Archery_1.git
oldhuang123
Archery_1
Archery_1
master

搜索帮助