# Database DATABASE_URL="postgresql://postgres:postgres@localhost:5432/redirect_intelligence" # Redis REDIS_URL="redis://localhost:6379" # API PORT=3333 NODE_ENV=development JWT_SECRET="your-super-secret-jwt-key-change-in-production" # Frontend WEB_URL="http://localhost:3000" REACT_APP_API_URL="http://localhost:3333" # Optional: Google Safe Browsing API GOOGLE_SAFE_BROWSING_API_KEY="" # Logging LOG_LEVEL=info # Worker WORKER_CONCURRENCY=5