{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Jwt": { "Key": "${JWT_SECRET_KEY}", "Issuer": "RacePlannerApi", "Audience": "RacePlannerClient" }, "ConnectionStrings": { "DefaultConnection": "${DATABASE_URL}" } }