Parse, inspect, and convert .env files. Detects sensitive values and exports to JSON or shell format.
| Key | Value | |
|---|---|---|
| NODE_ENV | production | |
| PORT | 3000 | |
| APP_NAME | My Application | |
| DATABASE_URL | postgresql://localhost:5432/mydb | |
| DB_PASSWORD | super_secret_password123 | |
| STRIPE_SECRET_KEY | sk_live_abcdef1234567890 | |
| OPENAI_API_KEY | sk-abcdefghijklmnop | |
| ENABLE_BETA | true | |
| MAX_UPLOAD_SIZE | 10485760 |
Free online .env file parser. Parse environment variable files, view values in a table, detect sensitive variables, and export as JSON or shell export statements.
Free online .env file parser. Parse environment variable files, view values in a table, detect sensitive variables, and export as JSON or shell export statements.