# Database — Postgres su Coolify DATABASE_URL=postgresql://user:password@host:5432/database # NextAuth NEXTAUTH_URL=https://hub.iamcavalli.net NEXTAUTH_SECRET=generate-with-openssl-rand-base64-32 ADMIN_EMAIL=admin@example.com ADMIN_PASSWORD=use-a-strong-password-min-20-chars # Internal API secret — shared between proxy.ts and /api/internal/* routes # Generate with: openssl rand -base64 32 INTERNAL_SECRET=generate-with-openssl-rand-base64-32