SharpCAT/Server/SharpCAT.Server/appsettings.json
copilot-swe-agent[bot] c20d3a12bb Implement ASP.NET Core Web API server for SharpCAT with REST endpoints
Co-authored-by: ekinnee <1707617+ekinnee@users.noreply.github.com>
2025-08-06 23:26:53 +00:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}