54 lines
915 B
JSON
Executable File
54 lines
915 B
JSON
Executable File
{
|
|
"port": "3000",
|
|
"adminAccount": "test@admin.com",
|
|
"adminPassword":"test123",
|
|
"timeout":120000,
|
|
"db": {
|
|
"servername": "127.0.0.1",
|
|
"DATABASE": "test",
|
|
"port": 27017,
|
|
"user": "test",
|
|
"pass": "test123",
|
|
"authSource": ""
|
|
},
|
|
"mail": {
|
|
"enable": false,
|
|
"host": "smtp.163.com",
|
|
"port": 465,
|
|
"from": "***@163.com",
|
|
"auth": {
|
|
"user": "***@163.com",
|
|
"pass": "*****"
|
|
}
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "notifier",
|
|
"options": {
|
|
"host": "http://localhost:3000"
|
|
}
|
|
},
|
|
{
|
|
"name": "interface-oauth2-token"
|
|
},
|
|
{
|
|
"name": "add-user"
|
|
},
|
|
{
|
|
"name": "pl-auto-test",
|
|
"options": {
|
|
"host": "http://localhost:3000"
|
|
}
|
|
},
|
|
{
|
|
"name": "api-watch"
|
|
},
|
|
{
|
|
"name": "import-swagger-customize"
|
|
},
|
|
{
|
|
"name": "export-schema"
|
|
}
|
|
]
|
|
}
|