Output settings:

Input .env

Size: 64

JSON

Size: 89

Details

.env files are used to store configuration data in a key-value format, which are later injected into application's environment. Storing configuration in the environment separate from code is based on The Twelve-Factor App methodology.

This tool parses the .env formatted data into a JSON document, which is often accepted by vaults, CI/CD pipelines, and other tools.

See also

© PowerDev.Tools