From 45772f010852558b94b1afe5f1c5c7b1dac05d8c Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 22 Feb 2024 01:27:02 -0500 Subject: [PATCH] add envs --- docs/self-hosting/deployment-options/standalone-infisical.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/deployment-options/standalone-infisical.mdx b/docs/self-hosting/deployment-options/standalone-infisical.mdx index 4a6b18626..0e9c8a542 100644 --- a/docs/self-hosting/deployment-options/standalone-infisical.mdx +++ b/docs/self-hosting/deployment-options/standalone-infisical.mdx @@ -31,7 +31,7 @@ The following guide provides a detailed step-by-step walkthrough on how you can ``` - For a minimal installation of Infisical, you need to configure `ENCRYPTION_KEY`, `AUTH_SECRET`, and `REDIS_URL`. + For a minimal installation of Infisical, you need to configure `ENCRYPTION_KEY`, `AUTH_SECRET`, `DB_CONNECTION_URI`, and `REDIS_URL`. View all available environment variables [here](/self-hosting/configuration/envars). Once you have added the required environment variables to your docker run command, execute it in your terminal to get Infisical up and running.