[
Atlas
]
Tools
ES
/
EN
← All tools
.env Formatter / Validator
Validate a .env file and convert it to JSON.
# Configuration API_KEY=abc123 DB_URL="postgres://localhost:5432/db" NODE_ENV=production
{ "API_KEY": "abc123", "DB_URL": "postgres://localhost:5432/db", "NODE_ENV": "production" }