{ "ConnectionStrings": { "DefaultConnection": "Host=localhost;Database=SessionZeroDb" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Jwt": { "Key": "your-256-bit-secret-key-hereasdgaerfhafebsaerhaerhaerhbaeraerh", "Issuer": "YourIssuer", "Audience": "YourAudience" } }