mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
Initial commit
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal 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"
|
||||
Reference in New Issue
Block a user