diff --git a/setup/env-variables/backend-env-variables.md b/setup/env-variables/backend-env-variables.md
index 64c68dbd..843c81d3 100644
--- a/setup/env-variables/backend-env-variables.md
+++ b/setup/env-variables/backend-env-variables.md
@@ -202,6 +202,9 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup
| `ETHEREUM_JSONRPC_GETH_ALLOW_EMPTY_TRACES` | Allow transactions to not have internal transactions. Implemented in [#10200](https://github.com/blockscout/blockscout/pull/10200) |
Version: v6.8.0+
Default: false
Applications: Indexer
|
| `INDEXER_DISABLE_REPLACED_TRANSACTION_FETCHER` | If `true`, `Indexer.Fetcher.ReplacedTransaction` fetcher doesn't run. | Version: v6.8.0+
Default: false
Applications: Indexer
|
| `INDEXER_INTERNAL_TRANSACTIONS_FETCH_ORDER` | Order of fetching internal transactions from node. Possible values: `asc`, `desc`. Implemented in [#10912](https://github.com/blockscout/blockscout/pull/10912) | Version: v6.9.0+
Default: asc
Applications: Indexer
|
+| `INDEXER_DB_EVENT_NOTIFICATIONS_CLEANUP_ENABLED` | If `true`, `Indexer.Utils.EventNotificationsCleaner` process starts. Implemented in [#12738](https://github.com/blockscout/blockscout/pull/12738) | Version: master
Default: true
Applications: Indexer
|
+| `INDEXER_DB_EVENT_NOTIFICATIONS_CLEANUP_INTERVAL` | Interval between DB event notifications cleanup. [Time format](backend-env-variables.md#time-format). Implemented in [#12738](https://github.com/blockscout/blockscout/pull/12738) | Version: master
Default: 2m
Applications: Indexer
|
+| `INDEXER_DB_EVENT_NOTIFICATIONS_CLEANUP_MAX_AGE` | Max age of DB event notifications before they are cleaned up. [Time format](backend-env-variables.md#time-format). Implemented in [#12738](https://github.com/blockscout/blockscout/pull/12738) | Version: master
Default: 5m
Applications: Indexer
|
## DB Migrations & Sanitizer Management