Development keys
NODE_ENV PORT DATABASE_URL LOG_LEVEL
A production comparison should show which required keys are absent or unexpectedly present.
Paste a .env file below. Everything runs locally in your browser — parsed values are never sent anywhere, never written to the page URL, and never logged.
Input .env
Parsed entries (5)
Compare key names between environments without exposing or diffing their values.
Development keys
NODE_ENV PORT DATABASE_URL LOG_LEVEL
A production comparison should show which required keys are absent or unexpectedly present.
Quoted value
MESSAGE="hello world"
Quotes preserve spaces but should not become part of the parsed value.
Examples and guidance reviewed .