mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
# 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"
|