Files
social-media/src/Web/appsettings.json
2024-06-25 23:22:19 -04:00

10 lines
181 B
JSON

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