Initial commit

This commit is contained in:
JetSprow
2026-04-29 05:12:39 +10:00
commit 27dbca9cbf
379 changed files with 43486 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# PostgreSQL
DATABASE_URL="postgresql://jboard:jboard123@localhost:5432/jboard"
# NextAuth
NEXTAUTH_SECRET="replace-with-a-long-random-secret"
NEXTAUTH_URL="https://your-domain.com"
# Must be at least 32 bytes, used for AES-256-GCM encryption
ENCRYPTION_KEY="0123456789abcdef0123456789abcdef"
# Redis connection URL for rate limiting and caching
REDIS_URL="redis://localhost:6379"