Turn dotenv variables into a valid [build.environment] block.
by uizap.com - Full context bug reports devs lovePaste your .env
file in the left pane and click Convert. We generate a minimal [build.environment]
section for netlify.toml
, quoting values and ignoring comments or blank lines. Everything runs locally in your browser.
KEY=VALUE
(with optional quotes).export
is stripped, comments starting with #
are ignored.We place variables under [build.environment]
. Netlify reads these during builds. For per‑context variables (e.g., [context.production.environment]
), copy the generated block and adjust the table header.
Privacy: runs entirely in your browser—no data is sent anywhere.