From 08d57b4f8bbbaecdb5ce7057e7740e54e6b611fa Mon Sep 17 00:00:00 2001 From: Waleed Date: Sun, 30 Nov 2025 09:13:39 -0800 Subject: [PATCH] feat(env): added more optional env var examples (#2138) --- apps/sim/.env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/sim/.env.example b/apps/sim/.env.example index 2c390dac1..8e845f6b2 100644 --- a/apps/sim/.env.example +++ b/apps/sim/.env.example @@ -14,6 +14,7 @@ NEXT_PUBLIC_APP_URL=http://localhost:3000 # Security (Required) ENCRYPTION_KEY=your_encryption_key # Use `openssl rand -hex 32` to generate, used to encrypt environment variables INTERNAL_API_SECRET=your_internal_api_secret # Use `openssl rand -hex 32` to generate, used to encrypt internal api routes +API_ENCRYPTION_KEY=your_api_encryption_key # Use `openssl rand -hex 32` to generate, used to encrypt api keys # Email Provider (Optional) # RESEND_API_KEY= # Uncomment and add your key from https://resend.com to send actual emails