Skip to content

Commit ecdd69c

Browse files
committed
Add reCAPTCHA chapter
1 parent dcc35c9 commit ecdd69c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup/env-variables/backend-env-variables.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,12 @@ See the [Time format](backend-env-variables.md#time-format) section for more inf
436436

437437
## <mark style="background-color:orange;">CSV Export</mark>
438438

439+
| Variable | Description | Parameters |
440+
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------- |
441+
| `CSV_EXPORT_LIMIT` | Changes max number of rows in CSV export. Implemented in [#10497](https://github.com/blockscout/blockscout/pull/10497) | <p>Version: v6.8.0+<br>Default: <code>10000</code><br>Applications: API</p> |
442+
443+
## <mark style="background-color:orange;">reCAPTCHA</mark>
444+
439445
{% hint style="info" %}
440446
Use Invisible reCAPTCHA v2 for the latest versions. If using a previous version only choose v2 or v3, do not use both (we recommend v2). reCAPTCHA v3 support may be discontinued in future updates. [More info on reCAPTCHA settings available here](../configuration-options/recaptcha.md).
441447
{% endhint %}
@@ -448,7 +454,6 @@ Use Invisible reCAPTCHA v2 for the latest versions. If using a previous version
448454
| `RE_CAPTCHA_V3_CLIENT_KEY` | **Only compatible with frontend version v1.36.x. For later versions, use Invisible reCAPTCHA v2.** Google reCAPTCHA v3 client key. Used by advanced CSV export. Implemented in [#7273](https://github.com/blockscout/blockscout/pull/7273) | <p>Version: v5.1.4+<br>Default: (empty)<br>Applications: API</p> |
449455
| `RE_CAPTCHA_DISABLED` | Disable reCAPTCHA. Implemented in [#7416](https://github.com/blockscout/blockscout/pull/7416) | <p>Version: v5.1.5+<br>Default: <code>false</code><br>Applications: API</p> |
450456
| `RE_CAPTCHA_CHECK_HOSTNAME` | Disable reCAPTCHA hostname check. More details on [reCaptcha docs](https://developers.google.com/recaptcha/docs/domain_validation). Implemented in [#10706](https://github.com/blockscout/blockscout/pull/10706) | <p>Version: v6.9.0+<br>Default: <code>true</code><br>Applications: API</p> |
451-
| `CSV_EXPORT_LIMIT` | Changes max number of rows in CSV export. Implemented in [#10497](https://github.com/blockscout/blockscout/pull/10497) | <p>Version: v6.8.0+<br>Default: <code>10000</code><br>Applications: API</p> |
452457
| `RE_CAPTCHA_SCORE_THRESHOLD` | Changes reCAPTCHA score threshold. Implemented in [#11182](https://github.com/blockscout/blockscout/pull/11182) | <p>Version: v6.9.1+<br>Default: <code>0.5</code><br>Applications: API</p> |
453458
| `RE_CAPTCHA_BYPASS_TOKEN` | Bypass token that allows to skip reCAPTCHA check. Implemented in [#11682](https://github.com/blockscout/blockscout/pull/11682) | <p>Version: v6.10.2+<br>Default: (empty)<br>Applications: API</p> |
454459
| `RE_CAPTCHA_TOKEN_INSTANCE_REFETCH_METADATA_SCOPED_BYPASS_TOKEN` | API key that allows to skip reCAPTCHA check for requests to `/api/v2/tokens/{token_hash}/instances/{token_id}/refetch-metadata` endpoint. Implemented in [#12147](https://github.com/blockscout/blockscout/pull/12147) | <p>Version: v8.0.0+<br>Default: (empty)<br>Applications: API</p> |

0 commit comments

Comments
 (0)