← Back to Tools
Environment Variable Formatter
Convert environment variables between .env, JSON, YAML, Docker Compose, shell export, and TOML formats.
DATABASE_URL=postgresql://user:pass@localhost:5432/mydb
OPENAI_API_KEY=sk-abc123...
NODE_ENV=production
PORT=3000
REDIS_URL=redis://localhost:6379
Some values look like secrets (keys, tokens, passwords). Never commit real credentials to version control.