diff --git a/setup/env-variables/backend-env-variables.md b/setup/env-variables/backend-env-variables.md index 54a214e7..554c0c28 100644 --- a/setup/env-variables/backend-env-variables.md +++ b/setup/env-variables/backend-env-variables.md @@ -18,6 +18,7 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup | ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `APPLICATION_MODE` | Defines the current application mode. Available values are: `all`, `indexer`, `api`. Implemented in [#10631](https://github.com/blockscout/blockscout/pull/10631). |

Version: v6.8.0+
Default: all
Applications: API, Indexer

| | `DATABASE_URL` | Defines the Postgres Database endpoint. |

Required: ✅
Version: All
Default: (empty)
Applications: API, Indexer

| +| `DISABLE_FILE_LOGGING` | Disables file-based logging when set to `true`. When enabled, application logs will only be written to stdout/stderr. |

Version: master
Default: false
Applications: API, Indexer

| | `ETHEREUM_JSONRPC_VARIANT` | Tells the application which RPC Client the node is using (i.e. `erigon`, `geth`, `nethermind`, `besu`, `filecoin`, or `anvil`) (See Client Settings for more info) |

Required: ✅
Version: All
Default: geth
Applications: API, Indexer

| | `ETHEREUM_JSONRPC_HTTP_URL` | The RPC endpoint used to fetch blocks, transactions, receipts, tokens. |

Required: ✅
Version: All
Default: localhost:8545
Applications: API, Indexer

| | `ETHEREUM_JSONRPC_FALLBACK_HTTP_URL` | Fallback JSON RPC HTTP url. Implemented in [#7246](https://github.com/blockscout/blockscout/pull/7246) |

Version: v5.1.4+
Default: (empty)
Applications: API, Indexer

|