Initial template setup
CI / verify (push) Failing after 34s

This commit is contained in:
2026-05-09 16:41:16 +02:00
commit 1a7d716098
21 changed files with 492 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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=""