mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
18 lines
346 B
JavaScript
18 lines
346 B
JavaScript
module.exports = {
|
|
"port": "3000",
|
|
"webhost": "yapi.local.qunar.com",
|
|
"adminAccount": "admin@admin.com",
|
|
"db": {
|
|
"servername": "127.0.0.1",
|
|
"DATABASE": "yapi",
|
|
"port": 27017
|
|
},
|
|
"mail": {
|
|
"host": "smtp.mail.com",
|
|
"port": 4652,
|
|
"auth": {
|
|
"user": "****@mail.com",
|
|
"pass": "**********"
|
|
}
|
|
}
|
|
} |