# PostgreSQL DATABASE_URL="postgresql://jboard:jboard123@localhost:5432/jboard" # NextAuth NEXTAUTH_SECRET="replace-with-a-long-random-secret" NEXTAUTH_URL="https://your-domain.com" # Must be at least 32 bytes, used for AES-256-GCM encryption ENCRYPTION_KEY="0123456789abcdef0123456789abcdef" # Redis connection URL for rate limiting and caching REDIS_URL="redis://localhost:6379"