Dev Tools

ENV File Parser

Parse .env files into a table view with variable name, value, and type detection.

Variables: 10
.env input
LineNameValueType
2DATABASE_URLpostgresql://localhost:5432/mydbstring
3DB_HOSTlocalhoststring
4DB_PORT5432integer
5DB_SSLtrueboolean
8NODE_ENVproductionstring
9PORT3000integer
10API_KEYsk-abc123def456ghi789string
11ADMIN_EMAILadmin@example.comemail
12DEBUGfalseboolean
13LOG_LEVELinfostring
Was this page helpful?

Related tools