## App Config Loader 5

This package helps you to encapsulate code related to retrieving environment variables.

This package takes values either from Azure/AWS/process.env.

___


## BRAKING CHANGES (migrating from v4)

1. Now you need to parse .env files on your own.
You can use [dotenv](https://www.npmjs.com/package/dotenv) package for this.

2. Default import returns **SecretService**, instead of *new SecretService*, you should create an instance manually.

3. there are no required environment variables anymore like (AzureKeyVaultName, AwsSecretsManagerSecretId, AwsRegion), you should pass configs to **SecretService** constructor.
