1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
| { "type": "m", "manager": { "address": "47.244.162.218:6002", "password": "123456" }, "plugins": { "flowSaver": { "use": true }, "user": { "use": true }, "account": { "use": true }, "email": { "use": true, "type": "smtp", "username": "bufx@qq.com", "password": "iczgevxiljllccai", "host": "smtp.qq.com" }, "webgui": { "use": true, "host": "0.0.0.0", "port": "80", "site": "http://ssmgr.pryhub.com", "gcmSenderId": "456102641793", "gcmAPIKey": "AAAAGzzdqrE:XXXXXXXXXXXXXX" }, "webgui_telegram": { "use": false, "token": "191374681:AAw6oaVPR4nnY7T4CtW78QX-Xy2Q5WD3wmZ" } }, "db": "webgui.sqlite", "redis": { "host": "127.0.0.1", "port": 6379, "password": "", "db": 0 } }
|