Environment Variable Parser
Parse .env files into a table, JSON, or cleaned export. Type inference.
| Key | Value | Type |
|---|---|---|
| DATABASE_URL | postgresql://user:password@localhost:5432/mydb | string |
| DB_PORT | 5432 | number |
| NODE_ENV | production | string |
| PORT | 3000 | number |
| DEBUG | false | boolean |
| APP_URL | https://example.com | url |
| JWT_SECRET | super-secret-key-here | string |
| JWT_EXPIRES_IN | 7d | string |
8 variables parsed · 0 issues