{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Host=localhost;Port=5432;Database=DeutschLernen;Username=postgres;Password=postgres" }, "Jwt": { "Key": "your-super-secret-key-at-least-32-characters-long", "Issuer": "DeutschLernen", "Audience": "DeutschLernen", "ExpireHours": 24 } }