Skip to content

Commit 08d57b4

Browse files
authored
feat(env): added more optional env var examples (#2138)
1 parent f56d85b commit 08d57b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ NEXT_PUBLIC_APP_URL=http://localhost:3000
1414
# Security (Required)
1515
ENCRYPTION_KEY=your_encryption_key # Use `openssl rand -hex 32` to generate, used to encrypt environment variables
1616
INTERNAL_API_SECRET=your_internal_api_secret # Use `openssl rand -hex 32` to generate, used to encrypt internal api routes
17+
API_ENCRYPTION_KEY=your_api_encryption_key # Use `openssl rand -hex 32` to generate, used to encrypt api keys
1718

1819
# Email Provider (Optional)
1920
# RESEND_API_KEY= # Uncomment and add your key from https://resend.com to send actual emails

0 commit comments

Comments
 (0)