[
Atlas
]
Herramientas
ES
/
EN
← Todas las herramientas
.env Formatter / Validator
Valida un archivo .env y lo convierte a JSON.
# Configuración API_KEY=abc123 DB_URL="postgres://localhost:5432/db" NODE_ENV=production
{ "API_KEY": "abc123", "DB_URL": "postgres://localhost:5432/db", "NODE_ENV": "production" }