femto-backend/Femto.Api/appsettings.json
2025-05-21 00:19:49 +02:00

12 lines
263 B
JSON

{
"BlobStorageRoot": "/app/blob-storage-data",
"Logging": {
"LogLevel": {
"Default": "Information",
"Femto": "Debug",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "*"
}