mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: separate subscription base url
This commit is contained in:
@@ -9,7 +9,11 @@ DATABASE_URL="postgresql://jboard:jboard123@localhost:5432/jboard"
|
||||
# NextAuth
|
||||
# Use the public domain you will reverse proxy to this panel, for example https://panel.example.com
|
||||
NEXTAUTH_SECRET="replace-with-a-long-random-secret"
|
||||
NEXTAUTH_URL="https://your-domain.com"
|
||||
NEXTAUTH_URL="https://panel.example.com"
|
||||
|
||||
# Optional: dedicated subscription domain. Leave empty to reuse NEXTAUTH_URL.
|
||||
# It should also reverse proxy to this same panel, for example https://sub.example.com
|
||||
SUBSCRIPTION_URL=""
|
||||
|
||||
# Must be at least 32 bytes, used for AES-256-GCM encryption
|
||||
ENCRYPTION_KEY="0123456789abcdef0123456789abcdef"
|
||||
|
||||
Reference in New Issue
Block a user