加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mm.json 787 Bytes
一键复制 编辑 原始数据 按行查看 历史
taoqf 提交于 2020-03-16 14:15 . update config
{
"port": 8889,
"timeout": 500000,
"wx1": {
"getopenid": true,
"getuserinfo": false,
"token": "mmstudio",
"appid": "wx7d84eff0fb9683e4",
"appsecret": "63d1f587ee735140cbe653822c3f5823"
},
"acma": 150000,
"favicon": "./favicon.ico",
"max_file_size": 53687091200,
"minio": {
"endPoint": "127.0.0.1",
"port": 9000,
"accessKey": "mmstudio",
"secretKey": "Mmstudio123",
"useSSL": false,
"region": "cn-north-1",
"partSize": 5242880
},
"redis": {
"url": "redis://127.0.0.1:6379",
"expiration": 20000
},
"dbs": {
"sys": {
"type": "postgres",
"source": "postgres://mmstudio:Mmstudio111111@127.0.0.1:5432/feidao"
},
"prj001": {
"type": "mariadb",
"source": "mysql://mmstudio:Mmstudio111111@127.0.0.1:3306/feidao?connectionLimit=5"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化