EV

.env File Parser

Parse and analyze .env files — view variables, types, warnings, and export as JSON.

15
Variables
6
Comments
1
Empty values
1
Duplicates

Warnings5

Duplicate key "APP_NAME"
"OPTIONAL_FEATURE" has an empty value
"JWT_SECRET" looks like a secret
"API_KEY" looks like a secret
"AUTH_TOKEN" looks like a secret

Variables

LineKeyValueType
2
NODE_ENV
production
string
3
PORT
3000
number
4
APP_URL
https://example.com
url
7
DATABASE_URL
postgres://user:pass@localhost:5432/mydb
url
8
DB_HOST
localhost
string
9
DB_PORT
5432
number
10
DB_NAME
myapp
string
13
JWT_SECRETsecret
super-secret-jwt-key-do-not-share
string
14
API_KEYsecret
abcdef1234567890
string
15
AUTH_TOKENsecret
Bearer xyz123
string
18
ENABLE_LOGGING
true
boolean
19
DEBUG
false
boolean
22
OPTIONAL_FEATURE
(empty)empty
25
APP_NAMEdup
MyApp
string
26
APP_NAMEdup
MyAppV2
string
More to explore

Related Developer Tools

Browse all tools from the same category.

Showing 1-2 of 35