submodule对gitea不管用,所以直接拉了一份拉格兰
This commit is contained in:
37
Lagrange.Core/Lagrange.OneBot/Resources/appsettings.json
Normal file
37
Lagrange.Core/Lagrange.OneBot/Resources/appsettings.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"$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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user