1 Star 2 Fork 0

郭瀚亭/工具人的工具箱-MyTools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
secret_template.py 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
郭瀚亭 提交于 2023-01-23 12:06 . 数据脱敏
# 本文件中描述所有敏感数据
secret_key = 'this is your django secret key'
mysql_user = "root"
mysql_passwd = "root"
mysql_ip = "127.0.0.1"
mysql_port = "3306"
redis_passwd = "redis_password"
redis_ip = "127.0.0.1"
redis_port = "6379"
email_host_user = "123@qq.com"
email_host_paswd = "testtesttesttest"
aes_key = "hellopythonworld" # 16、24、32个字符
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/guo-hanting/my-tools-all.git
git@gitee.com:guo-hanting/my-tools-all.git
guo-hanting
my-tools-all
工具人的工具箱-MyTools
master

搜索帮助