Files
agent-framework/dotnet/samples/02-agents/AGUI/Step01_GettingStarted/Server/appsettings.json
T

10 lines
142 B
JSON

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