Adding .env file support. This provides a convenient mechanism for separating generic configuration data that can be committed to source control, from sensitive configuration data that should not (such as database connection strings with embedded credentials). The JSON configuration file can be used for the former, and .env files for the latter.
Adding .env file support. This provides a convenient mechanism for separating generic configuration data that can be committed to source control, from sensitive configuration data that should not (such as database connection strings with embedded credentials). The JSON configuration file can be used for the former, and .env files for the latter.