yapi/runtime/config.dev.json
2017-07-14 15:04:24 +08:00

19 lines
337 B
JSON

{
"port": "3000",
"webhost": "127.0.0.1",
"adminAccount": "admin@admin.com",
"db": {
"servername": "192.168.237.71",
"DATABASE": "yapi",
"port": 27017
},
"mail": {
"host": "smtp.163.com",
"port": 465,
"auth": {
"user": "hellosean1025@163.com",
"pass": "helloqunar123"
}
}
}