From b8a039bc20d4d8874252dddb0faae920be807440 Mon Sep 17 00:00:00 2001 From: Amol Date: Fri, 17 Jan 2025 01:42:03 +0530 Subject: [PATCH] Update env-variables.md --- docs/docs/self-host/guides/env-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/self-host/guides/env-variables.md b/docs/docs/self-host/guides/env-variables.md index 2ca6ab3c4..48e7c15e4 100644 --- a/docs/docs/self-host/guides/env-variables.md +++ b/docs/docs/self-host/guides/env-variables.md @@ -25,7 +25,7 @@ Environment Varaibles: | DO_ACCESS_KEY_ID | YOUR_S3_ACCESS_ID | Digital ocean spaces access key ID or AWS s3 Access key ID for uploading the docs | | DO_SECRET_ACCESS_KEY | YOUR_S3_ACCESS_KEY | Digital ocean spaces secret access key or AWS s3 secret access key for uploading the docs | | DO_REGION | YOUR_S3_REGION | Digital ocean spaces region or AWS s3 region | -| USE_LOCAL | FALSE | To use local file storage to save file | +| USE_LOCAL | FALSE | Set this to true in order to use local file storage to save files | | MAILGUN_API_KEY | YOUR_MAILGUNAPI_KEY | Mailgun API Key | | MAILGUN_DOMAIN | YOUR_MAILGUNAPI_DOMAIN | Mailgun API Domain | | MAILGUN_SENDER | - | Mailgun Sender Mail ID |