1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| { "port": "9001", "adminAccount": "admin@admin.com", "timeout":120000, "closeRegister":true, "db": { "servername": "192.168.0.20", "DATABASE": "yapi", "port": 27017, "user": "yapi", "pass": "yapi", "authSource": "yapi" }, "mail": { "enable": true, "host": "smtp.163.com", "port": 465, "from": "weiniyangfg@163.com", "auth": { "user": "weiniyangfg@163.com", "pass": "ForGirl5211314" } } }
|