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 converts a JSON object into the .env formatted data.