mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
19 lines
337 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
|