sanAntonioSeniorGolf/website/appsettings.json

11 lines
182 B
JSON
Raw Permalink Normal View History

2024-04-15 13:34:57 -05:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}