GitHub Viewer
# Socket CLI Environment Configuration Example
# Copy this file to .env.local and customize for your local environment.
# Node.js Configuration (optional overrides).
NODE_COMPILE_CACHE="./.cache"
NODE_OPTIONS="--max-old-space-size=8192 --max-semi-space-size=1024"
# Socket API Configuration (for e2e testing).
# Get your API key from https://socket.dev/dashboard/settings
SOCKET_SECURITY_API_KEY=your_api_key_here
SOCKET_CLI_ORG_SLUG=your_org_slug_here