From c543f8e2d5bdc639000a56739442badfd0a273f5 Mon Sep 17 00:00:00 2001 From: Tyler Noblett Date: Thu, 11 May 2023 13:00:36 -0400 Subject: [PATCH] add export var to readme (#832) --- backend/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/Readme.md b/backend/Readme.md index 63edb3e16..d9d025a75 100644 --- a/backend/Readme.md +++ b/backend/Readme.md @@ -155,6 +155,8 @@ Configuration is handled entirely via environment variables. To that end, here a * `EMAIL_SMTP_AUTH_TYPE` * Indicates which kind of authentication scheme to use when connecting to an SMTP server * Valid values: `login`, `plain`, `crammd5` (for LOGIN, PLAIN, and CRAM-MD5 respectively) + * `ENABLE_EVIDENCE_EXPORT` + * When set to `'true'`, used to allow global admins, operation admins, or member of a group with admin permissions to export zipped evidence from an operation #### Flags