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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
| { "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "SignServerUrl": "http://106.54.14.24:8082/api/sign/25765", "MusicSignServerUrl": "", "Account": { "Uin": 0, "Password": "", "Protocol": "Linux", "AutoReconnect": true, "GetOptimumServer": true }, "Message": { "IgnoreSelf": true, "StringPost": false }, "QrCode": { "ConsoleCompatibilityMode": false }, "Implementations": [ { "Type": "ForwardWebSocket", "Host": "0.0.0.0", "Port": 8086, "HeartBeatInterval": 5000, "AccessToken": "" }, { "Type": "ForwardWebSocket", "Host": "0.0.0.0", "Port": 8081, "HeartBeatInterval": 5000, "AccessToken": "" }, { "Type": "ForwardWebSocket", "Host": "0.0.0.0", "Port": 8082, "HeartBeatInterval": 5000, "AccessToken": "" }, { "Type": "ForwardWebSocket", "Host": "0.0.0.0", "Port": 8083, "HeartBeatInterval": 5000, "AccessToken": "" }, { "Type": "ForwardWebSocket", "Host": "0.0.0.0", "Port": 8084, "HeartBeatInterval": 5000, "AccessToken": "" } ] }
|