From 7a1307f287fe5a49203618795e2da1131c903e91 Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Thu, 5 May 2022 23:26:50 +0100 Subject: [PATCH] docs: expand the usage of NC_DISABLE_CACHE Signed-off-by: Naveen MR --- packages/noco-docs/content/en/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/noco-docs/content/en/getting-started/installation.md b/packages/noco-docs/content/en/getting-started/installation.md index 8fd20b70da..a0e4e36ac9 100644 --- a/packages/noco-docs/content/en/getting-started/installation.md +++ b/packages/noco-docs/content/en/getting-started/installation.md @@ -206,7 +206,7 @@ By default, SQLite is used for storing meta data. However, you can specify your | NC_SENTRY_DSN | No | For Sentry monitoring | | | | NC_DISABLE_ERR_REPORT | No | Disable error reporting | | | | NC_REDIS_URL | No | Custom Redis URL. Example: `redis://:authpassword@127.0.0.1:6380/4` | Meta data will be stored in memory | | -| NC_DISABLE_CACHE | No | If it is set to `true`, then meta data will not be cached. | `false` | | +| NC_DISABLE_CACHE | No | To be used only while debugging. On setting this to `true` - meta data be fetched from db instead of redis/cache. | `false` | | ### AWS ECS (Fargate)