# {{projectName}} — environment template # # Copy to .env.local and fill in real values. # Prisma — SQLite by default; switch to postgres URL for production. DATABASE_URL="file:./dev.db" # NextAuth — generate with: openssl rand -base64 32 NEXTAUTH_SECRET="" NEXTAUTH_URL="http://localhost:3000"