2 Star 3 Fork 2

李沧区天若网络技术工作室 / FlaskMVC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.py 264 Bytes
一键复制 编辑 原始数据 按行查看 历史
mayoushang 提交于 2017-06-15 18:57 . no commit message
# -*- encoding:utf-8 -*-
import os
config = {
'DB': {
'host': '127.0.0.1',
'port': 3306,
'user': 'myapp',
'passwd': 'FUT9z4LTuCyJ6RhS',
'name': 'myapp'
},
'SECRET_KEY': os.urandom(24),
'IS_DEBUG': True,
}
Python
1
https://gitee.com/bilnn/flaskmvc.git
git@gitee.com:bilnn/flaskmvc.git
bilnn
flaskmvc
FlaskMVC
master

搜索帮助