Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions setup/configuration-options/my-account-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ ACCOUNT_AUTH0_CLIENT_SECRET=...
ACCOUNT_SENDGRID_API_KEY=...
ACCOUNT_SENDGRID_SENDER=noreply@blockscout.com
ACCOUNT_SENDGRID_TEMPLATE=d-...
ACCOUNT_PUBLIC_TAGS_AIRTABLE_URL=https://api.airtable.com/v0/.../Public%20Tags
ACCOUNT_PUBLIC_TAGS_AIRTABLE_API_KEY=key...
ACCOUNT_CLOAK_KEY=...
ACCOUNT_REDIS_URL=redis://redis_db:6379
ACCOUNT_DATABASE_URL=postgresql://user:pass@host:port/db
Expand Down
2 changes: 0 additions & 2 deletions setup/env-variables/backend-env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,6 @@ Use Invisible reCAPTCHA v2 for the latest versions. If using a previous version
| `ACCOUNT_AUTH0_CLIENT_ID` | Auth0 client ID [Ueberauth Auth0](https://hexdocs.pm/ueberauth_auth0/readme.html) | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
| `ACCOUNT_AUTH0_CLIENT_SECRET` | Auth0 client secret [Ueberauth Auth0](https://hexdocs.pm/ueberauth_auth0/readme.html) | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
| `ACCOUNT_AUTH0_APPLICATION_ID` | Specifies the identifier for the application within Auth0. It's used to namespace user metadata in migrated Auth0 tenants. Implemented in [#12109](https://github.com/blockscout/blockscout/pull/12109). | <p>Version: v8.0.0+<br>Default: (empty)<br>Applications: API</p> |
| `ACCOUNT_PUBLIC_TAGS_AIRTABLE_URL` | Airtable URL for public tag requests functionality | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
| `ACCOUNT_PUBLIC_TAGS_AIRTABLE_API_KEY` | Airtable API key for public tag requests functionality | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
| `ACCOUNT_SENDGRID_API_KEY` | Sendgrid API key for watchlist notifications functionality | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
| `ACCOUNT_SENDGRID_SENDER` | Sendgrid sender email for watchlist notifications functionality | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
| `ACCOUNT_SENDGRID_TEMPLATE` | Sendgrid email template for watchlist notifications functionality | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
Expand Down
2 changes: 2 additions & 0 deletions setup/env-variables/deprecated-env-variables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,5 @@ This table is horizontally scrollable, version information is located in the las
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_RETRY_ENQUEUE_BUSY_WAITING_TIMEOUT` | | Timeout before new attempt to append item to `retry` multichain search export queue if it's full. [Time format](backend-env-variables.md#time-format). Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). Replaced with `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_ENQUEUE_BUSY_WAITING_TIMEOUT`. | 1s | v8.1.0+ | | v9.0.0 |
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_RETRY_MAX_QUEUE_SIZE` | | Maximum size of `retry` multichain search export queue. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). Replaced with `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_MAX_QUEUE_SIZE`. | 1000 | v8.1.0+ | | v9.0.0 |
| `API_RATE_LIMIT_TIME_INTERVAL` | | Time interval of rate limit. Implemented in [#7148](https://github.com/blockscout/blockscout/pull/7148). Replaced with `API_RATE_LIMIT_BY_KEY_TIME_INTERVAL`, `API_RATE_LIMIT_BY_WHITELISTED_IP_TIME_INTERVAL`, `API_RATE_LIMIT_UI_V2_WITH_TOKEN_TIME_INTERVAL`, `API_RATE_LIMIT_BY_ACCOUNT_API_KEY_TIME_INTERVAL`, `API_RATE_LIMIT_BY_IP_TIME_INTERVAL` | `1s` | v5.1.3+ | | v9.0.0 |
| `ACCOUNT_PUBLIC_TAGS_AIRTABLE_URL` | | Airtable URL for public tag requests functionality | (empty) | v5.0.0+ | | master |
| `ACCOUNT_PUBLIC_TAGS_AIRTABLE_API_KEY` | | Airtable API key for public tag requests functionality | (empty) | v5.0.0+ | | master |