Skip to main content

.env file parser

Paste a .env file to inspect variables, detect value types, and flag duplicates or invalid lines.

Variables
13
Comments
6
Blanks
4
Duplicates
1
Errors
0
Duplicate keys: PORT
#KeyValueType
2NODE_ENVproductionstring
3PORT3000number
4APP_NAMEMy Awesome Appstring
5DEBUGfalseboolean
8DATABASE_URLpostgres://user:pass@localhost:5432/mydbURL
9DB_POOL_SIZE10number
10DB_SSLtrueboolean
13STRIPE_SECRET_KEYsk_live_abc123string
14OPENAI_API_KEYsk-proj-xyz789string
15WEBHOOK_SECRETsuper secret value with spacesstring
18REDIS_URLredis://localhost:6379URL
19LOG_LEVELinfostring
23PORT4000number