From e2514ce10105b17c8fc884b279192a6b1c25b06a Mon Sep 17 00:00:00 2001 From: saneery Date: Thu, 8 Aug 2019 13:06:34 +0300 Subject: [PATCH] Update the doc about env variables --- docs/env-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/env-variables.md b/docs/env-variables.md index b7e42d8555..7e2d652889 100644 --- a/docs/env-variables.md +++ b/docs/env-variables.md @@ -57,8 +57,8 @@ $ export NETWORK=POA | `BLOCK_COUNT_CACHE_PERIOD ` | | time to live of cache in seconds. This var was introduced in [#1876](https://github.com/poanetwork/blockscout/pull/1876) | 600 | v2.0.0+ | | `ALLOWED_EVM_VERSIONS ` | | the comma-separated list of allowed EVM versions for contracts verification. This var was introduced in [#1964](https://github.com/poanetwork/blockscout/pull/1964) | "homestead, tangerineWhistle, spuriousDragon, byzantium, constantinople, petersburg" | v2.0.0+ | | `DISABLE_WEBAPP` | | If `true`, endpoints to webapp are hidden (compile-time) | `false` | master | -| `DISABLE_API` | | If `true`, read-only endpoints to API are hidden (compile-time) | `false` | master | +| `DISABLE_READ_API` | | If `true`, read-only endpoints to API are hidden (compile-time) | `false` | master | +| `DISABLE_WRITE_API` | | If `true`, write endpoints to API are hidden (compile-time) | `false` | master | | `DISABLE_INDEXER` | | If `true`, indexer application doesn't run | `false` | master | -| `DISABLE_UPDATE_ENDPOINTS` | | If `true`, endpoints which update DB are hidden | `false` | master | | `WEBAPP_URL` | | Link to web application instance, e.g. `http://host/path` | (empty) | master | | `API_URL` | | Link to API instance, e.g. `http://host/path` | (empty) | master |