{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information", "Microsoft.EntityFrameworkCore.Database.Command": "Information", "Hangfire": "Information" } }, "AllowedHosts": "*", "app": { "awsStorageSettings": { "storageServerRegion": "eu-central-1", "defaultPreSignUrlExpirationMinutes": 5, "bucketName": "", "username": "", "accessKey": "", "secretKey": "" }, "identitySettings": { "authority": "", "audience": "app.api.finki-chattery", "requireHttpsMetadata": true }, "emailSendingCredentials": { "smtpUsername": "", "smtpPassword": "" }, "corsSettings": { "corsPolicyName": "FinkiChatteryCorsPolicy", "allowedCorsOrigins": [] } }, "ConnectionStrings": { "DefaultConnection": "" } }