# Example environment variables for pi-super-curl # Copy this to .env and fill in your values # Base URL for API (used in config as $API_BASE_URL) API_BASE_URL=http://localhost:3000 # JWT secret for token generation (used in config as $JWT_SECRET) JWT_SECRET=your-jwt-secret-here # User context for JWT payload (used in config as {{env.VAR}}) USER_ID=user-123 USER_EMAIL=user@example.com ORG_ID=org-456 WORKSPACE_ID=workspace-789