Skip to content
Open
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
1 change: 1 addition & 0 deletions setup/env-variables/backend-env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). | <p>Version: v6.8.0+<br>Default: <code>all</code><br>Applications: API, Indexer</p> |
| `DATABASE_URL` | Defines the Postgres Database endpoint. | <p>Required: ✅<br>Version: All<br>Default: (empty)<br>Applications: API, Indexer</p> |
| `DISABLE_FILE_LOGGING` | Disables file-based logging when set to `true`. When enabled, application logs will only be written to stdout/stderr. | <p>Version: master<br>Default: <code>false</code><br>Applications: API, Indexer</p> |
| `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) | <p>Required: ✅<br>Version: All<br>Default: <code>geth</code><br>Applications: API, Indexer</p> |
| `ETHEREUM_JSONRPC_HTTP_URL` | The RPC endpoint used to fetch blocks, transactions, receipts, tokens. | <p>Required: ✅<br>Version: All<br>Default: <code>localhost:8545</code><br>Applications: API, Indexer</p> |
| `ETHEREUM_JSONRPC_FALLBACK_HTTP_URL` | Fallback JSON RPC HTTP url. Implemented in [#7246](https://github.com/blockscout/blockscout/pull/7246) | <p>Version: v5.1.4+<br>Default: (empty)<br>Applications: API, Indexer</p> |
Expand Down