Files
Shogi/Shogi.UI/wwwroot/appsettings.json
2024-08-30 12:25:05 -05:00

15 lines
450 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Error",
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information",
"System.Net.Http.HttpClient": "Error",
"Microsoft.AspNetCore.SignalR": "Debug",
"Microsoft.AspNetCore.Http.Connections": "Debug"
}
},
"ShogiApiUrl": "https://localhost:5001",
"ShogiApiUrl2": "https://api.lucaserver.space/Shogi.Api/"
}