Skip to content

Commit dc45327

Browse files
authored
Merge pull request #43 from blockscout/fi-deprecate-public-tags-envs
Deprecate envs related to public tag requests
2 parents 79c103d + 88b0afa commit dc45327

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

setup/configuration-options/my-account-settings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ACCOUNT_AUTH0_CLIENT_SECRET=...
1616
ACCOUNT_SENDGRID_API_KEY=...
1717
ACCOUNT_SENDGRID_SENDER=noreply@blockscout.com
1818
ACCOUNT_SENDGRID_TEMPLATE=d-...
19-
ACCOUNT_PUBLIC_TAGS_AIRTABLE_URL=https://api.airtable.com/v0/.../Public%20Tags
20-
ACCOUNT_PUBLIC_TAGS_AIRTABLE_API_KEY=key...
2119
ACCOUNT_CLOAK_KEY=...
2220
ACCOUNT_REDIS_URL=redis://redis_db:6379
2321
ACCOUNT_DATABASE_URL=postgresql://user:pass@host:port/db

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,6 @@ Use Invisible reCAPTCHA v2 for the latest versions. If using a previous version
530530
| `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> |
531531
| `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> |
532532
| `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> |
533-
| `ACCOUNT_PUBLIC_TAGS_AIRTABLE_URL` | Airtable URL for public tag requests functionality | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
534-
| `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> |
535533
| `ACCOUNT_SENDGRID_API_KEY` | Sendgrid API key for watchlist notifications functionality | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
536534
| `ACCOUNT_SENDGRID_SENDER` | Sendgrid sender email for watchlist notifications functionality | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
537535
| `ACCOUNT_SENDGRID_TEMPLATE` | Sendgrid email template for watchlist notifications functionality | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |

setup/env-variables/deprecated-env-variables/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,5 @@ This table is horizontally scrollable, version information is located in the las
156156
| `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 |
157157
| `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 |
158158
| `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 |
159+
| `ACCOUNT_PUBLIC_TAGS_AIRTABLE_URL` | | Airtable URL for public tag requests functionality | (empty) | v5.0.0+ | | master |
160+
| `ACCOUNT_PUBLIC_TAGS_AIRTABLE_API_KEY` | | Airtable API key for public tag requests functionality | (empty) | v5.0.0+ | | master |

0 commit comments

Comments
 (0)