diff --git a/setup/configuration-options/my-account-settings.md b/setup/configuration-options/my-account-settings.md index 908ed878..aa20624c 100644 --- a/setup/configuration-options/my-account-settings.md +++ b/setup/configuration-options/my-account-settings.md @@ -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 diff --git a/setup/env-variables/backend-env-variables.md b/setup/env-variables/backend-env-variables.md index 54a214e7..4a883965 100644 --- a/setup/env-variables/backend-env-variables.md +++ b/setup/env-variables/backend-env-variables.md @@ -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) |

Version: v5.0.0+
Default: (empty)
Applications: API

| | `ACCOUNT_AUTH0_CLIENT_SECRET` | Auth0 client secret [Ueberauth Auth0](https://hexdocs.pm/ueberauth_auth0/readme.html) |

Version: v5.0.0+
Default: (empty)
Applications: API

| | `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). |

Version: v8.0.0+
Default: (empty)
Applications: API

| -| `ACCOUNT_PUBLIC_TAGS_AIRTABLE_URL` | Airtable URL for public tag requests functionality |

Version: v5.0.0+
Default: (empty)
Applications: API

| -| `ACCOUNT_PUBLIC_TAGS_AIRTABLE_API_KEY` | Airtable API key for public tag requests functionality |

Version: v5.0.0+
Default: (empty)
Applications: API

| | `ACCOUNT_SENDGRID_API_KEY` | Sendgrid API key for watchlist notifications functionality |

Version: v5.0.0+
Default: (empty)
Applications: API

| | `ACCOUNT_SENDGRID_SENDER` | Sendgrid sender email for watchlist notifications functionality |

Version: v5.0.0+
Default: (empty)
Applications: API

| | `ACCOUNT_SENDGRID_TEMPLATE` | Sendgrid email template for watchlist notifications functionality |

Version: v5.0.0+
Default: (empty)
Applications: API

| diff --git a/setup/env-variables/deprecated-env-variables/README.md b/setup/env-variables/deprecated-env-variables/README.md index 8e559c0a..c46f6c6f 100644 --- a/setup/env-variables/deprecated-env-variables/README.md +++ b/setup/env-variables/deprecated-env-variables/README.md @@ -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 |