femto-backend/Femto.Api/appsettings.json
2025-05-03 15:38:57 +02:00

9 lines
142 B
JSON

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