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 63 64
| { "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "SignServerUrl": "https://sign.lagrangecore.org/api/sign", "Account": { "Uin": 0, "Password": "", "Protocol": "Linux", "AutoReconnect": true, "GetOptimumServer": true }, "Message": { "IgnoreSelf": true }, "Implementations": [ { "Type": "ForwardWebSocket", "Host": "0.0.0.0", "Port": 8080, "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": "" }, { "Type": "ForwardWebSocket", "Host": "0.0.0.0", "Port": 8085, "HeartBeatInterval": 5000, "AccessToken": "" } ] }
|