Files
agent-framework/dotnet/samples/AGUIDojo/AGUIDojoServer/appsettings.json
T

11 lines
221 B
JSON

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