Skip to content

Commit

Permalink
Update Resources appsettings.json default
Browse files Browse the repository at this point in the history
  • Loading branch information
Controllerdestiny committed Nov 14, 2024
1 parent 2b24b22 commit 4f13e96
Showing 1 changed file with 32 additions and 17 deletions.
49 changes: 32 additions & 17 deletions Lagrange.XocMat/Resources/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,34 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Error"
}
},
"SignServerUrl": "",
"SignProxyUrl": "",
"MusicSignServerUrl": "",
"Account": {
"Uin": 0,
"Password": "",
"Protocol": "Linux",
"AutoReconnect": true,
"GetOptimumServer": true
}
}
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "logs/{Date}.log",
"rollingInterval": "Day",
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss} [{Level:u3}] [{SourceContext}] {Message:lj}{NewLine}{Exception}",
"fileSizeLimitBytes": 1048576,
"retainedFileCountLimit": 31
}
}
]
},
"SignServerUrl": "",
"SignProxyUrl": "",
"MusicSignServerUrl": "",
"Account": {
"Uin": 0,
"Password": "",
"Protocol": "Linux",
"AutoReconnect": true,
"GetOptimumServer": true
}
}

0 comments on commit 4f13e96

Please sign in to comment.