Configure Vercel deployment and preserve deployed theme support
This commit is contained in:
@@ -17,6 +17,10 @@ FRONTEND_ORIGINS=http://localhost:5173
|
||||
JOURNAL_ADMIN_PASSWORD=replace-with-a-strong-password
|
||||
JOURNAL_TOKEN_SECRET=replace-with-a-long-random-secret
|
||||
|
||||
# Vercel's daily media cleanup job authenticates with this server-only secret.
|
||||
# Generate a unique random value of at least 32 characters for production.
|
||||
CRON_SECRET=
|
||||
|
||||
# Persistent upload directory; defaults to backend/data/uploads.
|
||||
# Mount durable storage here when deploying to a host with an ephemeral filesystem.
|
||||
# JOURNAL_UPLOAD_DIR=/var/lib/portfolio/uploads
|
||||
|
||||
Reference in New Issue
Block a user