The challenge response scaling factor.
If the server decides for a captcha strength of 50, and the scaling factor is 100000,
the final strength will be 50 * 100,000 = 5,000,000.
Env
CHALLENGE_RESPONSE_SCALING_FACTOR
Default
100000
Example
CHALLENGE_RESPONSE_SCALING_FACTOR=100000
ReadonlydomainList
domainList:String[] = ...
Comma-separated list of domain identifiers.
Each domain is configured via environment variables prefixed with DOMAIN__.
See DomainConfig interface for available configuration options.
The challenge response scaling factor. If the server decides for a captcha strength of 50, and the scaling factor is 100000, the final strength will be 50 * 100,000 = 5,000,000.