# StackScope Configuration # Copy this file to .env and set your actual values # Cloudflare Worker URL (required) # Get this from: stackscope-worker deploy VITE_STACKSCOPE_WORKER_URL=https://your-worker-name.your-subdomain.workers.dev # API Key (optional) # Used for authentication if your worker requires it VITE_STACKSCOPE_API_KEY=your-api-key-here # Enable/disable StackScope (optional, default: true) VITE_STACKSCOPE_ENABLED=true # Debug mode (optional, default: false) VITE_STACKSCOPE_DEBUG=false # For Next.js projects, use NEXT_PUBLIC_ prefix instead: # NEXT_PUBLIC_STACKSCOPE_WORKER_URL=https://your-worker-name.your-subdomain.workers.dev # NEXT_PUBLIC_STACKSCOPE_API_KEY=your-api-key-here # NEXT_PUBLIC_STACKSCOPE_ENABLED=true # NEXT_PUBLIC_STACKSCOPE_DEBUG=false # For Create React App projects, use REACT_APP_ prefix instead: # REACT_APP_STACKSCOPE_WORKER_URL=https://your-worker-name.your-subdomain.workers.dev # REACT_APP_STACKSCOPE_API_KEY=your-api-key-here # REACT_APP_STACKSCOPE_ENABLED=true # REACT_APP_STACKSCOPE_DEBUG=false