fork from bc4552c5a8
This commit is contained in:
23
config_example.json
Normal file
23
config_example.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"port": "3000",
|
||||
"adminAccount": "admin@admin.com",
|
||||
"timeout":120000,
|
||||
"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": "*****"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user