37 lines
981 B
JSON
37 lines
981 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LagrangeDev/Lagrange.Core/master/Lagrange.OneBot/Resources/appsettings_schema.json",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"SignServerUrl": "",
|
|
"SignProxyUrl": "",
|
|
"MusicSignServerUrl": "",
|
|
"Account": {
|
|
"Uin": 0,
|
|
"Protocol": "Linux",
|
|
"AutoReconnect": true,
|
|
"GetOptimumServer": true
|
|
},
|
|
"Message": {
|
|
"IgnoreSelf": true,
|
|
"StringPost": false
|
|
},
|
|
"QrCode": {
|
|
"ConsoleCompatibilityMode": false
|
|
},
|
|
"Implementations": [
|
|
{
|
|
"Type": "ReverseWebSocket",
|
|
"Host": "127.0.0.1",
|
|
"Port": 8080,
|
|
"Suffix": "/onebot/v11/ws",
|
|
"ReconnectInterval": 5000,
|
|
"HeartBeatInterval": 5000,
|
|
"AccessToken": ""
|
|
}
|
|
]
|
|
} |