1 Star 0 Fork 0

xiaohe / yapi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config_example.json 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
liwei 提交于 2018-04-10 18:19 . 一般authSource为admin数据库
{
"port": "3000",
"adminAccount": "admin@admin.com",
"db": {
"servername": "127.0.0.1",
"DATABASE": "yapi",
"port": 27017,
"user": "test1",
"pass": "test1",
"authSource": ""
},
"mail": {
"enable": true,
"host": "smtp.163.com",
"port": 465,
"from": "***@163.com",
"auth": {
"user": "***@163.com",
"pass": "*****"
}
}
}
JavaScript
1
https://gitee.com/chen615550721/yapi.git
git@gitee.com:chen615550721/yapi.git
chen615550721
yapi
yapi
master

搜索帮助