ticket-system/source/ticketAPI/api/appsettings.json
2024-11-27 13:37:24 -05:00

10 lines
142 B
JSON

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