ENV File Parser
Parse .env files into a table view with variable name, value, and type detection.
AdSense
Top banner
Variables: 10
.env input
AdSense
Mobile inline (between input and results)
| Line | Name | Value | Type |
|---|---|---|---|
| 2 | DATABASE_URL | postgresql://localhost:5432/mydb | string |
| 3 | DB_HOST | localhost | string |
| 4 | DB_PORT | 5432 | integer |
| 5 | DB_SSL | true | boolean |
| 8 | NODE_ENV | production | string |
| 9 | PORT | 3000 | integer |
| 10 | API_KEY | sk-abc123def456ghi789 | string |
| 11 | ADMIN_EMAIL | admin@example.com | |
| 12 | DEBUG | false | boolean |
| 13 | LOG_LEVEL | info | string |
Was this page helpful?