.env file parser
Paste a .env file to inspect variables, detect value types, and flag duplicates or invalid lines.
Variables
13
Comments
6
Blanks
4
Duplicates
1
Errors
0
Duplicate keys:
PORT| # | Key | Value | Type |
|---|---|---|---|
| 2 | NODE_ENV | string | |
| 3 | PORT | number | |
| 4 | APP_NAME | string | |
| 5 | DEBUG | boolean | |
| 8 | DATABASE_URL | URL | |
| 9 | DB_POOL_SIZE | number | |
| 10 | DB_SSL | boolean | |
| 13 | STRIPE_SECRET_KEY | string | |
| 14 | OPENAI_API_KEY | string | |
| 15 | WEBHOOK_SECRET | string | |
| 18 | REDIS_URL | URL | |
| 19 | LOG_LEVEL | string | |
| 23 | PORT ⚠ | number |