We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56d85b commit 08d57b4Copy full SHA for 08d57b4
apps/sim/.env.example
@@ -14,6 +14,7 @@ NEXT_PUBLIC_APP_URL=http://localhost:3000
14
# Security (Required)
15
ENCRYPTION_KEY=your_encryption_key # Use `openssl rand -hex 32` to generate, used to encrypt environment variables
16
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
18
19
# Email Provider (Optional)
20
# RESEND_API_KEY= # Uncomment and add your key from https://resend.com to send actual emails
0 commit comments