Skip to content

Commit 7509ebf

Browse files
authored
UNIVERSAL_PROXY_CONFIG_URL env variable (#409)
1 parent 00720ad commit 7509ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup
100100
| `PUBLIC_METRICS_UPDATE_PERIOD_HOURS` | Public metrics update period in hours at /public-metrics endpoint. Implemented in [#10469](https://github.com/blockscout/blockscout/pull/10469). | <p>Version: v6.8.0+<br>Default: 24<br>Applications: API</p> |
101101
| `SHRINK_INTERNAL_TRANSACTIONS_ENABLED` | Variable to enable internal transactions shrinking logic. Implemented in [#10567](https://github.com/blockscout/blockscout/pull/10567). | <p>Version: v6.8.0+<br>Default: <code>false</code><br>Applications: API, Indexer</p> |
102102
| `HACKNEY_DEFAULT_POOL_SIZE` | Size of `default` hackney pool. Implemented in [#12406](https://github.com/blockscout/blockscout/pull/12406). | <p>Version: v8.1.0+<br>Default: <code>1000</code><br>Applications: API, Indexer</p> |
103+
| `UNIVERSAL_PROXY_CONFIG_URL` | Config URL for universal proxy. Implemented in [#12442](https://github.com/blockscout/blockscout/pull/12442). | <p>Version: v8.1.0+<br>Default: <code>https://raw.githubusercontent.com/blockscout/backend-configs/refs/heads/main/universal-proxy-config.json</code><br>Applications: API</p> |
103104

104105
## <mark style="background-color:orange;">Indexer Management</mark>
105106

0 commit comments

Comments
 (0)