.env Parser
Parse .env files and display environment variables as a table.
| Key | Value | Comment | |
|---|---|---|---|
| DATABASE_URL | postgresql://user:pass@localhost:5432/mydb | ||
| API_KEY | my-secret-key | # Production API key | |
| DEBUG | false | ||
| PORT | 3000 | ||
| NODE_ENV | production |
Related Tools
About this tool
Parse .env files and display environment variables as a table.