yapi/runtime/config.dev.json

21 lines
375 B
JSON
Raw Normal View History

2017-07-11 16:50:17 +08:00
{
"port": "3000",
"webhost": "127.0.0.1",
2017-07-11 16:50:17 +08:00
"adminAccount": "admin@admin.com",
"db": {
2017-07-17 13:47:46 +08:00
"servername": "10.86.40.194",
2017-07-11 16:50:17 +08:00
"DATABASE": "yapi",
2017-07-17 13:47:46 +08:00
"port": 27017,
2017-07-17 15:51:15 +08:00
"user": "yapi",
"pass": "yapi"
2017-07-11 16:50:17 +08:00
},
"mail": {
"host": "smtp.163.com",
"port": 465,
"auth": {
"user": "hellosean1025@163.com",
"pass": "helloqunar123"
}
}
}