mirror of
https://github.com/YMFE/yapi.git
synced 2025-02-11 13:40:32 +08:00
19 lines
332 B
JSON
19 lines
332 B
JSON
|
{
|
||
|
"port": "3000",
|
||
|
"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": "hellosean1025@163.com",
|
||
|
"pass": "helloqunar123"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|