femto-backend/Femto.Api/appsettings.json
2025-05-18 00:53:45 +02:00

10 lines
189 B
JSON

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