mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
18 lines
319 B
JSON
18 lines
319 B
JSON
{
|
|
"port": "80",
|
|
"webhost": "127.0.0.1",
|
|
"adminAccount": "admin@admin.com",
|
|
"db": {
|
|
"servername": "127.0.0.1",
|
|
"DATABASE": "yapi",
|
|
"port": 27017
|
|
},
|
|
"mail": {
|
|
"host": "smtp.163.com",
|
|
"port": 465,
|
|
"auth": {
|
|
"user": "***********@163.com",
|
|
"pass": "*********"
|
|
}
|
|
}
|
|
} |