Config Keys
This list is generated from module default configuration files.
| Key | Default | Environment | Description | Source |
|---|---|---|---|---|
mfa.enabled | — | MFA_ENABLED | Boolean flag (defaults to false when unset). | mfa.ts |
mfa.challenge | — | — | Configuration value. | mfa.ts |
mfa.challenge.timeToLiveMs | 300000 | MFA_CHALLENGE_TIME_TO_LIVE_MS | Configuration value. | mfa.ts |
mfa.challenge.maxAttempts | 5 | MFA_CHALLENGE_MAX_ATTEMPTS | Configuration value. | mfa.ts |
mfa.code | — | — | Configuration value. | mfa.ts |
mfa.code.length | 6 | MFA_CODE_LENGTH | Configuration value. | mfa.ts |
mfa.email | — | — | Configuration value. | mfa.ts |
mfa.email.subject | "Your authentication code" | MFA_EMAIL_SUBJECT | Configuration value. | mfa.ts |
mfa.totp | — | — | Configuration value. | mfa.ts |
mfa.totp.issuer | "Quik" | MFA_TOTP_ISSUER | Configuration value. | mfa.ts |
mfa.totp.qrCode | — | — | Configuration value. | mfa.ts |
mfa.totp.qrCode.sizePixels | 256 | MFA_TOTP_QR_CODE_SIZE_PIXELS | Configuration value. | mfa.ts |
mfa.totp.qrCode.quietZoneModules | 4 | MFA_TOTP_QR_CODE_QUIET_ZONE_MODULES | Configuration value. | mfa.ts |
mfa.totp.digits | 6 | MFA_TOTP_DIGITS | Configuration value. | mfa.ts |
mfa.totp.stepSeconds | 30 | MFA_TOTP_STEP_SECONDS | Configuration value. | mfa.ts |
mfa.totp.window | 1 | MFA_TOTP_WINDOW | Configuration value. | mfa.ts |