Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ API_KEY_SIGNING_SECRET=replace-with-a-long-random-server-secret
NEXT_PUBLIC_VAPID_PUBLIC_KEY=replace-with-vapid-public-key
VAPID_PRIVATE_KEY=replace-with-vapid-private-key
VAPID_SUBJECT=mailto:support@example.com

# Optional: enables Vercel Blob CDN storage for branding logo uploads
# (Settings β†’ Branding). Without it, logos are stored in-process and served
# from /api/settings/branding/logo/... with CDN-style immutable cache headers
# (fine for local dev and CI).
BLOB_READ_WRITE_TOKEN=
Loading