7 keys · 7 differences
| Key | Status | A | B |
|---|---|---|---|
| API_TOKENsecret | different | •••••• | •••••• |
| APP_ENV | different | development | production |
| APP_PORT | different | 3000 | 8080 |
| DATABASE_URLsecret | different | •••••• | •••••• |
| LOG_LEVEL | right-only | — | warn |
| PUBLIC_URL | different | http://localhost:3000 | https://example.com |
| REDIS_URL | left-only | ${MISSING_REDIS} | — |
Environment A issues
- L6: REDIS_URL references missing variable MISSING_REDIS
Environment B issues
—
Safe exports (from environment A)
.env.example template
APP_ENV=development…Redacted copy
APP_ENV=development…Parsing, comparison, and redaction happen locally. Secret detection is a name-based heuristic; manually review templates before copying or committing them.
About .env Diff & Redaction
Compare environment variables, find duplicates and missing references, and generate safe examples or redacted copies.
No installation is required and input is not permanently stored. Encoding, formatting, image and QR tools run locally in your browser; only network lookups connect to their respective services.