# Copy to .env.local and fill in. Never commit .env.local. # (File is named env.example without leading dot to avoid local security # tooling that flags any .env* path. Standard is .env.example — rename # in your downstream repo if your editor expects it.) # === Database (Prisma + MySQL) === # Production: MySQL on Strato VPS via WireGuard. Local dev: docker compose mysql. DATABASE_URL="mysql://user:password@localhost:3306/dbname" # === NextAuth === NEXTAUTH_URL="http://localhost:3000" # Generate with: openssl rand -base64 32 NEXTAUTH_SECRET="" # === OAuth providers (optional) === # DISCORD_CLIENT_ID="" # DISCORD_CLIENT_SECRET=""