# Database DATABASE_URL="postgresql://nfchub:strongpassword@postgres:5432/nfchub" # NextAuth NEXTAUTH_URL="http://localhost:3000" NEXTAUTH_SECRET="change-me-with-openssl-rand-base64-32" # Internal API security INTERNAL_API_KEY="change-me-internal-key" # Seed defaults (optional) SEED_EMAIL="admin@nfchub.local" SEED_PASSWORD="admin123"