{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ResourcesConfig": { "ResourcesFolder": "Content" }, "JwtConfig": { "Issuer": "AzaionApi", "Audience": "Annotators/OrangePi/Admins", "KeysFolder": "secrets/jwt-keys", "AccessTokenLifetimeMinutes": 15 }, "SessionConfig": { "RefreshSlidingHours": 8, "RefreshAbsoluteHours": 12 }, "AuthConfig": { "RateLimit": { "PerIpPermitLimit": 10, "PerIpWindowSeconds": 60, "PerAccountPermitLimit": 5, "PerAccountWindowSeconds": 300 }, "Lockout": { "MaxAttempts": 10, "DurationSeconds": 900 } } }