Back to All Tools

.env File Parser

Paste your .env file to parse and inspect variables. Detects value types, finds duplicate keys, and can mask sensitive values.

9 variables17 lines

Parsed Variables

KeyValueType
APP_NAMEMyAppstring
APP_ENVproductionstring
DEBUGfalseboolean
DATABASE_URLpostgresql://user:pass@localhost:5432/mydburl
DB_POOL_SIZE10number
SECRET_KEYsuper-secret-key-herestring
JWT_EXPIRY3600number
API_KEYabc123xyzstring
CDN_URLhttps://cdn.example.comurl

.env File Format

The .env format stores environment variables as KEY=VALUE pairs. Lines beginning with # are comments. Values can optionally be quoted with single or double quotes.

This tool parses entirely in your browser — nothing is sent to a server.