Skip to content

fix: add CREDENTIAL_MASTER_KEY to .env.example - #529

Open
anwesha01b wants to merge 1 commit into
MRIARC-08:mainfrom
anwesha01b:fix/issue-528-cloudinary-env-example
Open

fix: add CREDENTIAL_MASTER_KEY to .env.example #529
anwesha01b wants to merge 1 commit into
MRIARC-08:mainfrom
anwesha01b:fix/issue-528-cloudinary-env-example

Conversation

@anwesha01b

Copy link
Copy Markdown

Description

Fixes #528

The .env.example file was missing CREDENTIAL_MASTER_KEY, even though it is
validated as a required field (min 32 chars) in src/lib/env.ts. This means
new contributors cloning the repo would get a cryptic validation error at startup
with no hint that this key was needed.

Changes

  • .env.example: Added CREDENTIAL_MASTER_KEY with a descriptive comment
    explaining its purpose and how to generate a value.

Testing

  • All 103 existing tests pass (npx vitest run)
  • Manually verified git diff contains only the intended 3-line addition

@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown

@anwesha01b is attempting to deploy a commit to the Adarsh's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Add missing Cloudinary env variables to .env.example and env validation schema

1 participant