mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
19 lines
375 B
JavaScript
19 lines
375 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",
|
|
"from": "****@mail.com",
|
|
"port": 4652,
|
|
"auth": {
|
|
"user": "****@mail.com",
|
|
"pass": "**********"
|
|
}
|
|
}
|
|
} |