From b5b2f402ad65dcd8e00da5697d3d04a2b890c3df Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 23 May 2023 14:09:45 -0400 Subject: [PATCH] add missing required envrs --- .../self-hosting/deployment-options/standalone-infisical.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/self-hosting/deployment-options/standalone-infisical.mdx b/docs/self-hosting/deployment-options/standalone-infisical.mdx index 61cdac62f..8974ae4e6 100644 --- a/docs/self-hosting/deployment-options/standalone-infisical.mdx +++ b/docs/self-hosting/deployment-options/standalone-infisical.mdx @@ -21,6 +21,11 @@ docker pull infisical/infisical:latest The Infisical Docker image requires a .env file to manage environment variables. Create a new file called .env in your preferred location. Add the required environment variables listed below. View [all configurable environment variables](../configuration/envars) + + + Must be a random 16 byte hex string. Can be generated with `openssl rand -hex 16` + + Must be a random 16 byte hex string. Can be generated with `openssl rand -hex 16`