加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mm.json 664 Bytes
一键复制 编辑 原始数据 按行查看 历史
daokes 提交于 2021-04-15 16:38 . student
{
"doccode": "http://127.0.0.1:8890",
"max_file_size": 53687091200,
"minio": {
"endPoint": "127.0.0.1",
"port": 9000,
"accessKey": "mmstudio",
"secretKey": "Mmstudio123",
"useSSL": false,
"region": "cn-north-1",
"partSize": 5242880
},
"email": {
"secret": "Mmstudio123",
"baseurl": "http://localhost:8889",
"maxage": 60,
"server": "smtp://tao_qiufeng:bqrtomtd1983@smtp.126.com:25",
"from": "tao_qiufeng@126.com"
},
"session": {
"secret": "Mmstudio123",
"expiresIn": "30d"
},
"dbconfig": {
"client": "pg",
"connection": "postgres://01factory:01factory@127.0.0.1:5432/01factory",
"pool": {
"min": 0,
"max": 7
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化