YPS-Beer/backend/YPS.Beer/appsettings.json
2023-12-07 00:20:59 +00:00

10 lines
142 B
JSON

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