mirror of
https://github.com/YMFE/yapi.git
synced 2024-11-27 04:40:08 +08:00
22 lines
389 B
JSON
Executable File
22 lines
389 B
JSON
Executable File
{
|
|
"port": "3000",
|
|
"adminAccount": "admin@admin.com",
|
|
"db": {
|
|
"servername": "127.0.0.1",
|
|
"DATABASE": "yapi",
|
|
"port": 27017,
|
|
"user": "test1",
|
|
"pass": "test1",
|
|
"authSource": ""
|
|
},
|
|
"mail": {
|
|
"enable": true,
|
|
"host": "smtp.163.com",
|
|
"port": 465,
|
|
"from": "***@163.com",
|
|
"auth": {
|
|
"user": "***@163.com",
|
|
"pass": "*****"
|
|
}
|
|
}
|
|
} |